Html Css Color HEX #65DD7D Pastel Green

📋 copy color: '#65DD7D'

red 101 ◦ green 221 ◦ blue 125

#65DD7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #65DD7D

Tints of Pastel Green #65DD7D

RGB

 RED value IS 101 (39.84% from 255) = 22.6%

 GREEN value IS 221 (86.72% from 255) = 49.44%

 BLUE value IS 125 (49.22% from 255) = 27.96%

R = 22.6%
G = 49.44%
B = 27.96%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#65DD7D (or 0x65DD7D) is known color: Pastel Green. HEX triplet: 65, DD and 7D. RGB value is (101,221,125). Sum of RGB (Red+Green+Blue) = 101+221+125=447 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.60% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #65DD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DD7D is #9A2282. Grayscale: #AEAEAE. Windows color (decimal): -10101379 or 8248677. OLE color: 8248677.

HSL color Cylindrical-coordinate representation of color #65DD7D: hue angle of 132º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DD7D is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 221 125 -
CMYK 0.54 0 0.43 0.13
HSL 132º 0.64% 0.63% -
HSV(B) 132º 0.54% 0.87% -
XYZ 34.92 55.96 28.36 -
YUV 174.18 100.24 75.81 -
System Red Green Blue C M Y K H S L
Decimal 101 221 125 0.54 0 0.43 0.13 132 0.64 0.63
Hex 65 DD 7D 36 0 2B D 84 40 3F
Octal 145 335 175 66 0 53 15 204 100 77
Binary 1100101 11011101 1111101 110110 0 101011 1101 10000100 1000000 111111

Color Harmonies of #65DD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DD7D

Black with #65DD7D

Text Example


Text Example

White with #65DD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65DD7D; }

 p { color: rgb(101,221,125); }

 H1.HeaderClassName
 {
   color: #65DD7D;
 }
 .AnyTagClassName
 {
   color: #65DD7D;
 }
</style>

background-color css

<style>
 a { background-color: #65DD7D; }

 a { background-color: rgb(101,221,125); }

 div.DivClassName
 {
   background-color: #65DD7D;
 }
 .BgClassName
 {
   background-color: #65DD7D;
 }
</style>

border-color css

<style>
 span { border-color: #65DD7D; }

 span { border-color: rgb(101,221,125); }

 td.TdClassName
 {
   border-color: #65DD7D;
 }
 .TagClassName
 {
   border-color: #65DD7D;
 }
</style>