Html Css Color HEX #64CF6E Fern

📋 copy color: '#64CF6E'

red 100 ◦ green 207 ◦ blue 110

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

Shades of Fern #64CF6E

Tints of Fern #64CF6E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.64%

 BLUE value IS 110 (43.36% from 255) = 26.38%

R = 23.98%
G = 49.64%
B = 26.38%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#64CF6E (or 0x64CF6E) is known color: Fern. HEX triplet: 64, CF and 6E. RGB value is (100,207,110). Sum of RGB (Red+Green+Blue) = 100+207+110=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 207 (81.25% from 255 or 49.64% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CF6E is #9B3091. Grayscale: #A4A4A4. Windows color (decimal): -10170514 or 7262052. OLE color: 7262052.

HSL color Cylindrical-coordinate representation of color #64CF6E: hue angle of 125.61º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64CF6E is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 207 110 -
CMYK 0.52 0 0.47 0.19
HSL 125.61º 0.53% 0.6% -
HSV(B) 125.61º 0.52% 0.81% -
XYZ 30.38 48.46 22.5 -
YUV 163.95 97.55 82.39 -
System Red Green Blue C M Y K H S L
Decimal 100 207 110 0.52 0 0.47 0.19 125.61 0.53 0.6
Hex 64 CF 6E 34 0 2F 13 7E 35 3C
Octal 144 317 156 64 0 57 23 176 65 74
Binary 1100100 11001111 1101110 110100 0 101111 10011 1111110 110101 111100

Color Harmonies of #64CF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CF6E

Black with #64CF6E

Text Example


Text Example

White with #64CF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,207,110); }

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

background-color css

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

 a { background-color: rgb(100,207,110); }

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

border-color css

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

 span { border-color: rgb(100,207,110); }

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