#20CF81

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

Shades of Mountain Meadow #20CF81

Tints of Mountain Meadow #20CF81

Color information

#20CF81 (or 0x20CF81) is unknown color: approx Mountain Meadow. HEX triplet: 20, CF and 81. RGB value is (32,207,129). Sum of RGB (Red+Green+Blue) = 32+207+129=368 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.70% from 368); Green value is 207 (81.25% from 255 or 56.25% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 207 - color contains mainly: green. Hex color #20CF81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CF81 is #DF307E. Grayscale: #919191. Windows color (decimal): -14626943 or 8507168. OLE color: 8507168.

HSL color Cylindrical-coordinate representation of color #20CF81: hue angle of 153.26º 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 #20CF81 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB32207129-
CMYK0.8500.380.19
HSL153.26º73.22%46.86%-
HSV(B)153.26º84.54%81.18%-
XYZ26.8746.5228.33-
YUV145.78118.5246.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.70%
GREEN value IS 207 (81.25% from 255) = 56.25%
BLUE value IS 129 (50.78% from 255) = 35.05%
R=8.70%
G=56.25%
B=35.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal322071290.8500.380.19153.2673.2246.86
Hex20CF81550261399492f
Octal403172011250462323111157
Binary10000011001111100000011010101010011010011100110011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20CF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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