Html Css Color HEX #64C05B Fern

📋 copy color: '#64C05B'

red 100 ◦ green 192 ◦ blue 91

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

Shades of Fern #64C05B

Tints of Fern #64C05B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.13%

 BLUE value IS 91 (35.94% from 255) = 23.76%

R = 26.11%
G = 50.13%
B = 23.76%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#64C05B (or 0x64C05B) is known color: Fern. HEX triplet: 64, C0 and 5B. RGB value is (100,192,91). Sum of RGB (Red+Green+Blue) = 100+192+91=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #64C05B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C05B is #9B3FA4. Grayscale: #999999. Windows color (decimal): -10174373 or 6013028. OLE color: 6013028.

HSL color Cylindrical-coordinate representation of color #64C05B: hue angle of 114.65º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64C05B is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 192 91 -
CMYK 0.48 0 0.53 0.25
HSL 114.65º 0.44% 0.55% -
HSV(B) 114.65º 0.53% 0.75% -
XYZ 25.99 41.16 16.47 -
YUV 152.98 93.02 90.21 -
System Red Green Blue C M Y K H S L
Decimal 100 192 91 0.48 0 0.53 0.25 114.65 0.44 0.55
Hex 64 C0 5B 30 0 35 19 73 2C 37
Octal 144 300 133 60 0 65 31 163 54 67
Binary 1100100 11000000 1011011 110000 0 110101 11001 1110011 101100 110111

Color Harmonies of #64C05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C05B

Black with #64C05B

Text Example


Text Example

White with #64C05B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,192,91); }

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

background-color css

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

 a { background-color: rgb(100,192,91); }

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

border-color css

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

 span { border-color: rgb(100,192,91); }

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