#11cf38

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

Shades of Dark Pastel Green #11CF38

Tints of Dark Pastel Green #11CF38

Color information

#11CF38 (or 0x11CF38) is unknown color: approx Dark Pastel Green. HEX triplet: 11, CF and 38. RGB value is (17,207,56). Sum of RGB (Red+Green+Blue) = 17+207+56=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 207 (81.25% from 255 or 73.93% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 207 - color contains mainly: green. Hex color #11CF38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11CF38 is #EE30C7. Grayscale: #858585. Windows color (decimal): -15610056 or 3723025. OLE color: 3723025.

HSL color Cylindrical-coordinate representation of color #11CF38: hue angle of 132.32º 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 #11CF38 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB1720756-
CMYK0.9200.730.19
HSL132.32º84.82%43.92%-
HSV(B)132.32º91.79%81.18%-
XYZ23.2645.0311.21-
YUV132.9884.5545.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.07%
GREEN value IS 207 (81.25% from 255) = 73.93%
BLUE value IS 56 (22.27% from 255) = 20%
R=6.07%
G=73.93%
B=20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal17207560.9200.730.19132.3284.8243.92
Hex11CF385C0491384552c
Octal213177013401112320412554
Binary100011100111111100010111000100100110011100001001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11cf38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,207,56); }

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

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

 a { background-color: rgb(17,207,56); }

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

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

 span { border-color: rgb(17,207,56); }

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