Html Css Color HEX #64CF73 Fern

📋 copy color: '#64CF73'

red 100 ◦ green 207 ◦ blue 115

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

Shades of Fern #64CF73

Tints of Fern #64CF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.25%

R = 23.7%
G = 49.05%
B = 27.25%

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

#64CF73 (or 0x64CF73) is known color: Fern. HEX triplet: 64, CF and 73. RGB value is (100,207,115). Sum of RGB (Red+Green+Blue) = 100+207+115=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CF73 is #9B308C. Grayscale: #A4A4A4. Windows color (decimal): -10170509 or 7589732. OLE color: 7589732.

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

Color convert

RGB 100 207 115 -
CMYK 0.52 0 0.44 0.19
HSL 128.41º 0.53% 0.6% -
HSV(B) 128.41º 0.52% 0.81% -
XYZ 30.66 48.57 23.98 -
YUV 164.52 100.05 81.98 -
System Red Green Blue C M Y K H S L
Decimal 100 207 115 0.52 0 0.44 0.19 128.41 0.53 0.6
Hex 64 CF 73 34 0 2C 13 80 35 3C
Octal 144 317 163 64 0 54 23 200 65 74
Binary 1100100 11001111 1110011 110100 0 101100 10011 10000000 110101 111100

Color Harmonies of #64CF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CF73

Black with #64CF73

Text Example


Text Example

White with #64CF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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