Html Css Color HEX #64BC6C Fern

📋 copy color: '#64BC6C'

red 100 ◦ green 188 ◦ blue 108

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

Shades of Fern #64BC6C

Tints of Fern #64BC6C

RGB

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

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

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

R = 25.25%
G = 47.47%
B = 27.27%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#64BC6C (or 0x64BC6C) is known color: Fern. HEX triplet: 64, BC and 6C. RGB value is (100,188,108). Sum of RGB (Red+Green+Blue) = 100+188+108=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BC6C is #9B4393. Grayscale: #989898. Windows color (decimal): -10175380 or 7126116. OLE color: 7126116.

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

Color convert

RGB 100 188 108 -
CMYK 0.47 0 0.43 0.26
HSL 125.45º 0.4% 0.56% -
HSV(B) 125.45º 0.47% 0.74% -
XYZ 25.95 39.76 20.49 -
YUV 152.57 102.85 90.5 -
System Red Green Blue C M Y K H S L
Decimal 100 188 108 0.47 0 0.43 0.26 125.45 0.4 0.56
Hex 64 BC 6C 2F 0 2B 1A 7D 28 38
Octal 144 274 154 57 0 53 32 175 50 70
Binary 1100100 10111100 1101100 101111 0 101011 11010 1111101 101000 111000

Color Harmonies of #64BC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BC6C

Black with #64BC6C

Text Example


Text Example

White with #64BC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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