Html Css Color HEX #64B86E Fern

📋 copy color: '#64B86E'

red 100 ◦ green 184 ◦ blue 110

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

Shades of Fern #64B86E

Tints of Fern #64B86E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.7%

 BLUE value IS 110 (43.36% from 255) = 27.92%

R = 25.38%
G = 46.7%
B = 27.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#64B86E (or 0x64B86E) is known color: Fern. HEX triplet: 64, B8 and 6E. RGB value is (100,184,110). Sum of RGB (Red+Green+Blue) = 100+184+110=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 184 - color contains mainly: green. Hex color #64B86E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B86E is #9B4791. Grayscale: #969696. Windows color (decimal): -10176402 or 7256164. OLE color: 7256164.

HSL color Cylindrical-coordinate representation of color #64B86E: hue angle of 127.14º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64B86E is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 100 184 110 -
CMYK 0.46 0 0.40 0.28
HSL 127.14º 0.37% 0.56% -
HSV(B) 127.14º 0.46% 0.72% -
XYZ 25.21 38.12 20.78 -
YUV 150.45 105.17 92.02 -
System Red Green Blue C M Y K H S L
Decimal 100 184 110 0.46 0 0.40 0.28 127.14 0.37 0.56
Hex 64 B8 6E 2E 0 28 1C 7F 25 38
Octal 144 270 156 56 0 50 34 177 45 70
Binary 1100100 10111000 1101110 101110 0 101000 11100 1111111 100101 111000

Color Harmonies of #64B86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B86E

Black with #64B86E

Text Example


Text Example

White with #64B86E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,184,110); }

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

background-color css

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

 a { background-color: rgb(100,184,110); }

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

border-color css

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

 span { border-color: rgb(100,184,110); }

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