Html Css Color HEX #64CA6C Fern

📋 copy color: '#64CA6C'

red 100 ◦ green 202 ◦ blue 108

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

Shades of Fern #64CA6C

Tints of Fern #64CA6C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.27%

 BLUE value IS 108 (42.58% from 255) = 26.34%

R = 24.39%
G = 49.27%
B = 26.34%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#64CA6C (or 0x64CA6C) is known color: Fern. HEX triplet: 64, CA and 6C. RGB value is (100,202,108). Sum of RGB (Red+Green+Blue) = 100+202+108=410 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.39% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CA6C is #9B3593. Grayscale: #A1A1A1. Windows color (decimal): -10171796 or 7129700. OLE color: 7129700.

HSL color Cylindrical-coordinate representation of color #64CA6C: hue angle of 124.71º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64CA6C is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 202 108 -
CMYK 0.50 0 0.47 0.21
HSL 124.71º 0.49% 0.59% -
HSV(B) 124.71º 0.5% 0.79% -
XYZ 29.08 46.03 21.54 -
YUV 160.79 98.21 84.64 -
System Red Green Blue C M Y K H S L
Decimal 100 202 108 0.50 0 0.47 0.21 124.71 0.49 0.59
Hex 64 CA 6C 32 0 2F 15 7D 31 3B
Octal 144 312 154 62 0 57 25 175 61 73
Binary 1100100 11001010 1101100 110010 0 101111 10101 1111101 110001 111011

Color Harmonies of #64CA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CA6C

Black with #64CA6C

Text Example


Text Example

White with #64CA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,202,108); }

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

background-color css

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

 a { background-color: rgb(100,202,108); }

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

border-color css

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

 span { border-color: rgb(100,202,108); }

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