Html Css Color HEX #64C168 Fern

📋 copy color: '#64C168'

red 100 ◦ green 193 ◦ blue 104

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

Shades of Fern #64C168

Tints of Fern #64C168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.2%

R = 25.19%
G = 48.61%
B = 26.2%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#64C168 (or 0x64C168) is known color: Fern. HEX triplet: 64, C1 and 68. RGB value is (100,193,104). Sum of RGB (Red+Green+Blue) = 100+193+104=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #64C168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C168 is #9B3E97. Grayscale: #9B9B9B. Windows color (decimal): -10174104 or 6865252. OLE color: 6865252.

HSL color Cylindrical-coordinate representation of color #64C168: hue angle of 122.58º 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 #64C168 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 193 104 -
CMYK 0.48 0 0.46 0.24
HSL 122.58º 0.43% 0.57% -
HSV(B) 122.58º 0.48% 0.76% -
XYZ 26.82 41.85 19.76 -
YUV 155.05 99.19 88.74 -
System Red Green Blue C M Y K H S L
Decimal 100 193 104 0.48 0 0.46 0.24 122.58 0.43 0.57
Hex 64 C1 68 30 0 2E 18 7B 2B 39
Octal 144 301 150 60 0 56 30 173 53 71
Binary 1100100 11000001 1101000 110000 0 101110 11000 1111011 101011 111001

Color Harmonies of #64C168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C168

Black with #64C168

Text Example


Text Example

White with #64C168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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