Html Css Color HEX #65CB82 Emerald

📋 copy color: '#65CB82'

red 101 ◦ green 203 ◦ blue 130

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

Shades of Emerald #65CB82

Tints of Emerald #65CB82

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.77%

 BLUE value IS 130 (51.17% from 255) = 29.95%

R = 23.27%
G = 46.77%
B = 29.95%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#65CB82 (or 0x65CB82) is known color: Emerald. HEX triplet: 65, CB and 82. RGB value is (101,203,130). Sum of RGB (Red+Green+Blue) = 101+203+130=434 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.27% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 203 - color contains mainly: green. Hex color #65CB82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CB82 is #9A347D. Grayscale: #A4A4A4. Windows color (decimal): -10105982 or 8571749. OLE color: 8571749.

HSL color Cylindrical-coordinate representation of color #65CB82: hue angle of 137.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CB82 is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 203 130 -
CMYK 0.50 0 0.36 0.20
HSL 137.06º 0.5% 0.6% -
HSV(B) 137.06º 0.5% 0.8% -
XYZ 30.75 47.09 28.59 -
YUV 164.18 108.71 82.94 -
System Red Green Blue C M Y K H S L
Decimal 101 203 130 0.50 0 0.36 0.20 137.06 0.5 0.6
Hex 65 CB 82 32 0 24 14 89 32 3C
Octal 145 313 202 62 0 44 24 211 62 74
Binary 1100101 11001011 10000010 110010 0 100100 10100 10001001 110010 111100

Color Harmonies of #65CB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CB82

Black with #65CB82

Text Example


Text Example

White with #65CB82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,203,130); }

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

background-color css

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

 a { background-color: rgb(101,203,130); }

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

border-color css

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

 span { border-color: rgb(101,203,130); }

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