Html Css Color HEX #64C16B Fern

📋 copy color: '#64C16B'

red 100 ◦ green 193 ◦ blue 107

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

Shades of Fern #64C16B

Tints of Fern #64C16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.75%

R = 25%
G = 48.25%
B = 26.75%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#64C16B (or 0x64C16B) is known color: Fern. HEX triplet: 64, C1 and 6B. RGB value is (100,193,107). Sum of RGB (Red+Green+Blue) = 100+193+107=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #64C16B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C16B is #9B3E94. Grayscale: #9B9B9B. Windows color (decimal): -10174101 or 7061860. OLE color: 7061860.

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

Color convert

RGB 100 193 107 -
CMYK 0.48 0 0.45 0.24
HSL 124.52º 0.43% 0.57% -
HSV(B) 124.52º 0.48% 0.76% -
XYZ 26.98 41.91 20.58 -
YUV 155.39 100.69 88.49 -
System Red Green Blue C M Y K H S L
Decimal 100 193 107 0.48 0 0.45 0.24 124.52 0.43 0.57
Hex 64 C1 6B 30 0 2D 18 7D 2B 39
Octal 144 301 153 60 0 55 30 175 53 71
Binary 1100100 11000001 1101011 110000 0 101101 11000 1111101 101011 111001

Color Harmonies of #64C16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C16B

Black with #64C16B

Text Example


Text Example

White with #64C16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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