Html Css Color HEX #64CF5A Fern

📋 copy color: '#64CF5A'

red 100 ◦ green 207 ◦ blue 90

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

Shades of Fern #64CF5A

Tints of Fern #64CF5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.67%

R = 25.19%
G = 52.14%
B = 22.67%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#64CF5A (or 0x64CF5A) is known color: Fern. HEX triplet: 64, CF and 5A. RGB value is (100,207,90). Sum of RGB (Red+Green+Blue) = 100+207+90=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 207 (81.25% from 255 or 52.14% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CF5A is #9B30A5. Grayscale: #A2A2A2. Windows color (decimal): -10170534 or 5951332. OLE color: 5951332.

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

Color convert

RGB 100 207 90 -
CMYK 0.52 0 0.57 0.19
HSL 114.87º 0.55% 0.58% -
HSV(B) 114.87º 0.57% 0.81% -
XYZ 29.41 48.07 17.4 -
YUV 161.67 87.55 84.01 -
System Red Green Blue C M Y K H S L
Decimal 100 207 90 0.52 0 0.57 0.19 114.87 0.55 0.58
Hex 64 CF 5A 34 0 39 13 73 37 3A
Octal 144 317 132 64 0 71 23 163 67 72
Binary 1100100 11001111 1011010 110100 0 111001 10011 1110011 110111 111010

Color Harmonies of #64CF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CF5A

Black with #64CF5A

Text Example


Text Example

White with #64CF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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