Html Css Color HEX #64CD7D Emerald

📋 copy color: '#64CD7D'

red 100 ◦ green 205 ◦ blue 125

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

Shades of Emerald #64CD7D

Tints of Emerald #64CD7D

RGB

 RED value IS 100 (39.45% from 255) = 23.26%

 GREEN value IS 205 (80.47% from 255) = 47.67%

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

R = 23.26%
G = 47.67%
B = 29.07%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#64CD7D (or 0x64CD7D) is known color: Emerald. HEX triplet: 64, CD and 7D. RGB value is (100,205,125). Sum of RGB (Red+Green+Blue) = 100+205+125=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CD7D is #9B3282. Grayscale: #A4A4A4. Windows color (decimal): -10171011 or 8244580. OLE color: 8244580.

HSL color Cylindrical-coordinate representation of color #64CD7D: hue angle of 134.29º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CD7D is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 205 125 -
CMYK 0.51 0 0.39 0.20
HSL 134.29º 0.51% 0.6% -
HSV(B) 134.29º 0.51% 0.8% -
XYZ 30.79 47.85 27.02 -
YUV 164.49 105.71 82 -
System Red Green Blue C M Y K H S L
Decimal 100 205 125 0.51 0 0.39 0.20 134.29 0.51 0.6
Hex 64 CD 7D 33 0 27 14 86 33 3C
Octal 144 315 175 63 0 47 24 206 63 74
Binary 1100100 11001101 1111101 110011 0 100111 10100 10000110 110011 111100

Color Harmonies of #64CD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CD7D

Black with #64CD7D

Text Example


Text Example

White with #64CD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64CD7D; }

 p { color: rgb(100,205,125); }

 H1.HeaderClassName
 {
   color: #64CD7D;
 }
 .AnyTagClassName
 {
   color: #64CD7D;
 }
</style>

background-color css

<style>
 a { background-color: #64CD7D; }

 a { background-color: rgb(100,205,125); }

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

border-color css

<style>
 span { border-color: #64CD7D; }

 span { border-color: rgb(100,205,125); }

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