Html Css Color HEX #64D25D Fern

📋 copy color: '#64D25D'

red 100 ◦ green 210 ◦ blue 93

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

Shades of Fern #64D25D

Tints of Fern #64D25D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 52.11%

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

R = 24.81%
G = 52.11%
B = 23.08%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#64D25D (or 0x64D25D) is known color: Fern. HEX triplet: 64, D2 and 5D. RGB value is (100,210,93). Sum of RGB (Red+Green+Blue) = 100+210+93=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 210 (82.42% from 255 or 52.11% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 210 - color contains mainly: green. Hex color #64D25D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D25D is #9B2DA2. Grayscale: #A4A4A4. Windows color (decimal): -10169763 or 6148708. OLE color: 6148708.

HSL color Cylindrical-coordinate representation of color #64D25D: hue angle of 116.41º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64D25D is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 210 93 -
CMYK 0.52 0 0.56 0.18
HSL 116.41º 0.57% 0.59% -
HSV(B) 116.41º 0.56% 0.82% -
XYZ 30.28 49.59 18.33 -
YUV 163.77 88.06 82.51 -
System Red Green Blue C M Y K H S L
Decimal 100 210 93 0.52 0 0.56 0.18 116.41 0.57 0.59
Hex 64 D2 5D 34 0 38 12 74 39 3B
Octal 144 322 135 64 0 70 22 164 71 73
Binary 1100100 11010010 1011101 110100 0 111000 10010 1110100 111001 111011

Color Harmonies of #64D25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D25D

Black with #64D25D

Text Example


Text Example

White with #64D25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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