Html Css Color HEX #64BC61 Fern

📋 copy color: '#64BC61'

red 100 ◦ green 188 ◦ blue 97

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

Shades of Fern #64BC61

Tints of Fern #64BC61

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.83%

 BLUE value IS 97 (38.28% from 255) = 25.19%

R = 25.97%
G = 48.83%
B = 25.19%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#64BC61 (or 0x64BC61) is known color: Fern. HEX triplet: 64, BC and 61. RGB value is (100,188,97). Sum of RGB (Red+Green+Blue) = 100+188+97=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BC61 is #9B439E. Grayscale: #979797. Windows color (decimal): -10175391 or 6405220. OLE color: 6405220.

HSL color Cylindrical-coordinate representation of color #64BC61: hue angle of 118.02º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64BC61 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 188 97 -
CMYK 0.47 0 0.48 0.26
HSL 118.02º 0.4% 0.56% -
HSV(B) 118.02º 0.48% 0.74% -
XYZ 25.4 39.54 17.6 -
YUV 151.31 97.35 91.4 -
System Red Green Blue C M Y K H S L
Decimal 100 188 97 0.47 0 0.48 0.26 118.02 0.4 0.56
Hex 64 BC 61 2F 0 30 1A 76 28 38
Octal 144 274 141 57 0 60 32 166 50 70
Binary 1100100 10111100 1100001 101111 0 110000 11010 1110110 101000 111000

Color Harmonies of #64BC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BC61

Black with #64BC61

Text Example


Text Example

White with #64BC61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,188,97); }

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

background-color css

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

 a { background-color: rgb(100,188,97); }

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

border-color css

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

 span { border-color: rgb(100,188,97); }

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