Html Css Color HEX #64BA68 Fern

📋 copy color: '#64BA68'

red 100 ◦ green 186 ◦ blue 104

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

Shades of Fern #64BA68

Tints of Fern #64BA68

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.69%

 BLUE value IS 104 (41.02% from 255) = 26.67%

R = 25.64%
G = 47.69%
B = 26.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#64BA68 (or 0x64BA68) is known color: Fern. HEX triplet: 64, BA and 68. RGB value is (100,186,104). Sum of RGB (Red+Green+Blue) = 100+186+104=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BA68 is #9B4597. Grayscale: #979797. Windows color (decimal): -10175896 or 6863460. OLE color: 6863460.

HSL color Cylindrical-coordinate representation of color #64BA68: hue angle of 122.79º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64BA68 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 186 104 -
CMYK 0.46 0 0.44 0.27
HSL 122.79º 0.38% 0.56% -
HSV(B) 122.79º 0.46% 0.73% -
XYZ 25.31 38.83 19.26 -
YUV 150.94 101.51 91.67 -
System Red Green Blue C M Y K H S L
Decimal 100 186 104 0.46 0 0.44 0.27 122.79 0.38 0.56
Hex 64 BA 68 2E 0 2C 1B 7B 26 38
Octal 144 272 150 56 0 54 33 173 46 70
Binary 1100100 10111010 1101000 101110 0 101100 11011 1111011 100110 111000

Color Harmonies of #64BA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BA68

Black with #64BA68

Text Example


Text Example

White with #64BA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,186,104); }

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

background-color css

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

 a { background-color: rgb(100,186,104); }

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

border-color css

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

 span { border-color: rgb(100,186,104); }

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