Html Css Color HEX #64CF74 Fern

📋 copy color: '#64CF74'

red 100 ◦ green 207 ◦ blue 116

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

Shades of Fern #64CF74

Tints of Fern #64CF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.42%

R = 23.64%
G = 48.94%
B = 27.42%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#64CF74 (or 0x64CF74) is known color: Fern. HEX triplet: 64, CF and 74. RGB value is (100,207,116). Sum of RGB (Red+Green+Blue) = 100+207+116=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CF74 is #9B308B. Grayscale: #A4A4A4. Windows color (decimal): -10170508 or 7655268. OLE color: 7655268.

HSL color Cylindrical-coordinate representation of color #64CF74: hue angle of 128.97º 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 #64CF74 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 207 116 -
CMYK 0.52 0 0.44 0.19
HSL 128.97º 0.53% 0.6% -
HSV(B) 128.97º 0.52% 0.81% -
XYZ 30.72 48.6 24.28 -
YUV 164.63 100.55 81.9 -
System Red Green Blue C M Y K H S L
Decimal 100 207 116 0.52 0 0.44 0.19 128.97 0.53 0.6
Hex 64 CF 74 34 0 2C 13 81 35 3C
Octal 144 317 164 64 0 54 23 201 65 74
Binary 1100100 11001111 1110100 110100 0 101100 10011 10000001 110101 111100

Color Harmonies of #64CF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CF74

Black with #64CF74

Text Example


Text Example

White with #64CF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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