Html Css Color HEX #64BC5D Fern

📋 copy color: '#64BC5D'

red 100 ◦ green 188 ◦ blue 93

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

Shades of Fern #64BC5D

Tints of Fern #64BC5D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.34%

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

R = 26.25%
G = 49.34%
B = 24.41%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#64BC5D (or 0x64BC5D) is known color: Fern. HEX triplet: 64, BC and 5D. RGB value is (100,188,93). Sum of RGB (Red+Green+Blue) = 100+188+93=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BC5D is #9B43A2. Grayscale: #979797. Windows color (decimal): -10175395 or 6143076. OLE color: 6143076.

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

Color convert

RGB 100 188 93 -
CMYK 0.47 0 0.51 0.26
HSL 115.58º 0.41% 0.55% -
HSV(B) 115.58º 0.51% 0.74% -
XYZ 25.21 39.47 16.64 -
YUV 150.86 95.35 91.72 -
System Red Green Blue C M Y K H S L
Decimal 100 188 93 0.47 0 0.51 0.26 115.58 0.41 0.55
Hex 64 BC 5D 2F 0 33 1A 74 29 37
Octal 144 274 135 57 0 63 32 164 51 67
Binary 1100100 10111100 1011101 101111 0 110011 11010 1110100 101001 110111

Color Harmonies of #64BC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BC5D

Black with #64BC5D

Text Example


Text Example

White with #64BC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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