Html Css Color HEX #64C36B Fern

📋 copy color: '#64C36B'

red 100 ◦ green 195 ◦ blue 107

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

Shades of Fern #64C36B

Tints of Fern #64C36B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.51%

 BLUE value IS 107 (42.19% from 255) = 26.62%

R = 24.88%
G = 48.51%
B = 26.62%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#64C36B (or 0x64C36B) is known color: Fern. HEX triplet: 64, C3 and 6B. RGB value is (100,195,107). Sum of RGB (Red+Green+Blue) = 100+195+107=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #64C36B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C36B is #9B3C94. Grayscale: #9C9C9C. Windows color (decimal): -10173589 or 7062372. OLE color: 7062372.

HSL color Cylindrical-coordinate representation of color #64C36B: hue angle of 124.42º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C36B is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 195 107 -
CMYK 0.49 0 0.45 0.24
HSL 124.42º 0.44% 0.58% -
HSV(B) 124.42º 0.49% 0.76% -
XYZ 27.42 42.8 20.73 -
YUV 156.56 100.03 87.66 -
System Red Green Blue C M Y K H S L
Decimal 100 195 107 0.49 0 0.45 0.24 124.42 0.44 0.58
Hex 64 C3 6B 31 0 2D 18 7C 2C 3A
Octal 144 303 153 61 0 55 30 174 54 72
Binary 1100100 11000011 1101011 110001 0 101101 11000 1111100 101100 111010

Color Harmonies of #64C36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C36B

Black with #64C36B

Text Example


Text Example

White with #64C36B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,195,107); }

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

background-color css

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

 a { background-color: rgb(100,195,107); }

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

border-color css

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

 span { border-color: rgb(100,195,107); }

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