#11CE32

Color #11CE32 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #11CE32

Tints of Dark Pastel Green #11CE32

Color information

#11CE32 (or 0x11CE32) is unknown color: approx Dark Pastel Green. HEX triplet: 11, CE and 32. RGB value is (17,206,50). Sum of RGB (Red+Green+Blue) = 17+206+50=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 206 (80.86% from 255 or 75.46% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 206 - color contains mainly: green. Hex color #11CE32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11CE32 is #EE31CD. Grayscale: #848484. Windows color (decimal): -15610318 or 3329553. OLE color: 3329553.

HSL color Cylindrical-coordinate representation of color #11CE32: hue angle of 130.48º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CE32 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB1720650-
CMYK0.9200.760.19
HSL130.48º84.75%43.73%-
HSV(B)130.48º91.75%80.78%-
XYZ22.8844.4910.4-
YUV131.781.8846.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.23%
GREEN value IS 206 (80.86% from 255) = 75.46%
BLUE value IS 50 (19.92% from 255) = 18.32%
R=6.23%
G=75.46%
B=18.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal17206500.9200.760.19130.4884.7543.73
Hex11CE325C04C1382552c
Octal213166213401142320212554
Binary100011100111011001010111000100110010011100000101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11CE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11CE32; }

 p { color: rgb(17,206,50); }

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

<style>
 a { background-color: #11CE32; }

 a { background-color: rgb(17,206,50); }

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

<style>
 span { border-color: #11CE32; }

 span { border-color: rgb(17,206,50); }

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