#63AF74

Color #63AF74 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #63AF74

Tints of Fern #63AF74

Color information

#63AF74 (or 0x63AF74) is unknown color: approx Fern. HEX triplet: 63, AF and 74. RGB value is (99,175,116). Sum of RGB (Red+Green+Blue) = 99+175+116=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AF74 is #9C508B. Grayscale: #919191. Windows color (decimal): -10244236 or 7647075. OLE color: 7647075.

HSL color Cylindrical-coordinate representation of color #63AF74: hue angle of 133.42º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63AF74 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB99175116-
CMYK0.4300.340.31
HSL133.42º32.2%53.73%-
HSV(B)133.42º43.43%68.63%-
XYZ23.6334.5721.95-
YUV145.55111.3294.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.38%
GREEN value IS 175 (68.75% from 255) = 44.87%
BLUE value IS 116 (45.70% from 255) = 29.74%
R=25.38%
G=44.87%
B=29.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal991751160.4300.340.31133.4232.253.73
Hex63AF742B0221F852036
Octal14325716453042372054066
Binary110001110101111111010010101101000101111110000101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63AF74; }

 p { color: rgb(99,175,116); }

 H1.HeaderClassName
 {
   color: #63AF74;
 }
 .AnyTagClassName
 {
   color: #63AF74;
 }
</style>
background-color css

<style>
 a { background-color: #63AF74; }

 a { background-color: rgb(99,175,116); }

 div.DivClassName
 {
   background-color: #63AF74;
 }
 .BgClassName
 {
   background-color: #63AF74;
 }
</style>
border-color css

<style>
 span { border-color: #63AF74; }

 span { border-color: rgb(99,175,116); }

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