Html Css Color HEX #64BD68 Fern

📋 copy color: '#64BD68'

red 100 ◦ green 189 ◦ blue 104

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

Shades of Fern #64BD68

Tints of Fern #64BD68

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.09%

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

R = 25.45%
G = 48.09%
B = 26.46%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#64BD68 (or 0x64BD68) is known color: Fern. HEX triplet: 64, BD and 68. RGB value is (100,189,104). Sum of RGB (Red+Green+Blue) = 100+189+104=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #64BD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BD68 is #9B4297. Grayscale: #989898. Windows color (decimal): -10175128 or 6864228. OLE color: 6864228.

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

Color convert

RGB 100 189 104 -
CMYK 0.47 0 0.45 0.26
HSL 122.7º 0.4% 0.57% -
HSV(B) 122.7º 0.47% 0.74% -
XYZ 25.95 40.1 19.47 -
YUV 152.7 100.51 90.41 -
System Red Green Blue C M Y K H S L
Decimal 100 189 104 0.47 0 0.45 0.26 122.7 0.4 0.57
Hex 64 BD 68 2F 0 2D 1A 7B 28 39
Octal 144 275 150 57 0 55 32 173 50 71
Binary 1100100 10111101 1101000 101111 0 101101 11010 1111011 101000 111001

Color Harmonies of #64BD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BD68

Black with #64BD68

Text Example


Text Example

White with #64BD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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