#20CF75

Color #20CF75 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #20CF75

Tints of Mountain Meadow #20CF75

Color information

#20CF75 (or 0x20CF75) is unknown color: approx Mountain Meadow. HEX triplet: 20, CF and 75. RGB value is (32,207,117). Sum of RGB (Red+Green+Blue) = 32+207+117=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 207 (81.25% from 255 or 58.15% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 207 - color contains mainly: green. Hex color #20CF75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CF75 is #DF308A. Grayscale: #909090. Windows color (decimal): -14626955 or 7720736. OLE color: 7720736.

HSL color Cylindrical-coordinate representation of color #20CF75: hue angle of 149.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CF75 is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB32207117-
CMYK0.8500.430.19
HSL149.14º73.22%46.86%-
HSV(B)149.14º84.54%81.18%-
XYZ26.1246.2224.37-
YUV144.42112.5247.82-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.99%
GREEN value IS 207 (81.25% from 255) = 58.15%
BLUE value IS 117 (46.09% from 255) = 32.87%
R=8.99%
G=58.15%
B=32.87%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal322071170.8500.430.19149.1473.2246.86
Hex20CF755502B1395492f
Octal403171651250532322511157
Binary1000001100111111101011010101010101110011100101011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20CF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20CF75; }

 p { color: rgb(32,207,117); }

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

<style>
 a { background-color: #20CF75; }

 a { background-color: rgb(32,207,117); }

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

<style>
 span { border-color: #20CF75; }

 span { border-color: rgb(32,207,117); }

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