Html Css Color HEX #64BB5D Fern

📋 copy color: '#64BB5D'

red 100 ◦ green 187 ◦ blue 93

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

Shades of Fern #64BB5D

Tints of Fern #64BB5D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.21%

 BLUE value IS 93 (36.72% from 255) = 24.47%

R = 26.32%
G = 49.21%
B = 24.47%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#64BB5D (or 0x64BB5D) is known color: Fern. HEX triplet: 64, BB and 5D. RGB value is (100,187,93). Sum of RGB (Red+Green+Blue) = 100+187+93=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BB5D is #9B44A2. Grayscale: #969696. Windows color (decimal): -10175651 or 6142820. OLE color: 6142820.

HSL color Cylindrical-coordinate representation of color #64BB5D: hue angle of 115.53º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64BB5D is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 187 93 -
CMYK 0.47 0 0.50 0.27
HSL 115.53º 0.41% 0.55% -
HSV(B) 115.53º 0.5% 0.73% -
XYZ 25 39.04 16.57 -
YUV 150.27 95.68 92.14 -
System Red Green Blue C M Y K H S L
Decimal 100 187 93 0.47 0 0.50 0.27 115.53 0.41 0.55
Hex 64 BB 5D 2F 0 32 1B 74 29 37
Octal 144 273 135 57 0 62 33 164 51 67
Binary 1100100 10111011 1011101 101111 0 110010 11011 1110100 101001 110111

Color Harmonies of #64BB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BB5D

Black with #64BB5D

Text Example


Text Example

White with #64BB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,187,93); }

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

background-color css

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

 a { background-color: rgb(100,187,93); }

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

border-color css

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

 span { border-color: rgb(100,187,93); }

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