#63BD75

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

Shades of Fern #63BD75

Tints of Fern #63BD75

Color information

#63BD75 (or 0x63BD75) is unknown color: approx Fern. HEX triplet: 63, BD and 75. RGB value is (99,189,117). Sum of RGB (Red+Green+Blue) = 99+189+117=405 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.44% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #63BD75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #63BD75 is #9C428A. Grayscale: #9A9A9A. Windows color (decimal): -10240651 or 7716195. OLE color: 7716195.

HSL color Cylindrical-coordinate representation of color #63BD75: hue angle of 132º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63BD75 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB99189117-
CMYK0.4800.380.26
HSL132º40.54%56.47%-
HSV(B)132º47.62%74.12%-
XYZ26.5540.3323.21-
YUV153.88107.1888.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.44%
GREEN value IS 189 (74.22% from 255) = 46.67%
BLUE value IS 117 (46.09% from 255) = 28.89%
R=24.44%
G=46.67%
B=28.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991891170.4800.380.2613240.5456.47
Hex63BD75300261A842938
Octal14327516560046322045170
Binary110001110111101111010111000001001101101010000100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,189,117); }

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

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

 a { background-color: rgb(99,189,117); }

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

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

 span { border-color: rgb(99,189,117); }

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