Html Css Color HEX #64C165 Fern

📋 copy color: '#64C165'

red 100 ◦ green 193 ◦ blue 101

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

Shades of Fern #64C165

Tints of Fern #64C165

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.98%

 BLUE value IS 101 (39.84% from 255) = 25.63%

R = 25.38%
G = 48.98%
B = 25.63%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#64C165 (or 0x64C165) is known color: Fern. HEX triplet: 64, C1 and 65. RGB value is (100,193,101). Sum of RGB (Red+Green+Blue) = 100+193+101=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #64C165 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C165 is #9B3E9A. Grayscale: #9A9A9A. Windows color (decimal): -10174107 or 6668644. OLE color: 6668644.

HSL color Cylindrical-coordinate representation of color #64C165: hue angle of 120.65º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C165 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 193 101 -
CMYK 0.48 0 0.48 0.24
HSL 120.65º 0.43% 0.57% -
HSV(B) 120.65º 0.48% 0.76% -
XYZ 26.67 41.79 18.97 -
YUV 154.71 97.69 88.98 -
System Red Green Blue C M Y K H S L
Decimal 100 193 101 0.48 0 0.48 0.24 120.65 0.43 0.57
Hex 64 C1 65 30 0 30 18 79 2B 39
Octal 144 301 145 60 0 60 30 171 53 71
Binary 1100100 11000001 1100101 110000 0 110000 11000 1111001 101011 111001

Color Harmonies of #64C165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C165

Black with #64C165

Text Example


Text Example

White with #64C165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,193,101); }

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

background-color css

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

 a { background-color: rgb(100,193,101); }

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

border-color css

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

 span { border-color: rgb(100,193,101); }

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