Html Css Color HEX #64BE66 Fern

📋 copy color: '#64BE66'

red 100 ◦ green 190 ◦ blue 102

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

Shades of Fern #64BE66

Tints of Fern #64BE66

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.47%

 BLUE value IS 102 (40.23% from 255) = 26.02%

R = 25.51%
G = 48.47%
B = 26.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#64BE66 (or 0x64BE66) is known color: Fern. HEX triplet: 64, BE and 66. RGB value is (100,190,102). Sum of RGB (Red+Green+Blue) = 100+190+102=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 190 (74.61% from 255 or 48.47% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BE66 is #9B4199. Grayscale: #999999. Windows color (decimal): -10174874 or 6733412. OLE color: 6733412.

HSL color Cylindrical-coordinate representation of color #64BE66: hue angle of 121.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BE66 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 190 102 -
CMYK 0.47 0 0.46 0.25
HSL 121.33º 0.41% 0.57% -
HSV(B) 121.33º 0.47% 0.75% -
XYZ 26.07 40.5 19.01 -
YUV 153.06 99.18 90.16 -
System Red Green Blue C M Y K H S L
Decimal 100 190 102 0.47 0 0.46 0.25 121.33 0.41 0.57
Hex 64 BE 66 2F 0 2E 19 79 29 39
Octal 144 276 146 57 0 56 31 171 51 71
Binary 1100100 10111110 1100110 101111 0 101110 11001 1111001 101001 111001

Color Harmonies of #64BE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BE66

Black with #64BE66

Text Example


Text Example

White with #64BE66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,190,102); }

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

background-color css

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

 a { background-color: rgb(100,190,102); }

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

border-color css

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

 span { border-color: rgb(100,190,102); }

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