Html Css Color HEX #64CD71 Fern

📋 copy color: '#64CD71'

red 100 ◦ green 205 ◦ blue 113

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

Shades of Fern #64CD71

Tints of Fern #64CD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.03%

R = 23.92%
G = 49.04%
B = 27.03%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#64CD71 (or 0x64CD71) is known color: Fern. HEX triplet: 64, CD and 71. RGB value is (100,205,113). Sum of RGB (Red+Green+Blue) = 100+205+113=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CD71 is #9B328E. Grayscale: #A3A3A3. Windows color (decimal): -10171023 or 7458148. OLE color: 7458148.

HSL color Cylindrical-coordinate representation of color #64CD71: hue angle of 127.43º 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 #64CD71 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 205 113 -
CMYK 0.51 0 0.45 0.20
HSL 127.43º 0.51% 0.6% -
HSV(B) 127.43º 0.51% 0.8% -
XYZ 30.07 47.56 23.22 -
YUV 163.12 99.71 82.98 -
System Red Green Blue C M Y K H S L
Decimal 100 205 113 0.51 0 0.45 0.20 127.43 0.51 0.6
Hex 64 CD 71 33 0 2D 14 7F 33 3C
Octal 144 315 161 63 0 55 24 177 63 74
Binary 1100100 11001101 1110001 110011 0 101101 10100 1111111 110011 111100

Color Harmonies of #64CD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CD71

Black with #64CD71

Text Example


Text Example

White with #64CD71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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