#C2E28C

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

Shades of Sulu #C2E28C

Tints of Sulu #C2E28C

Color information

#C2E28C (or 0xC2E28C) is unknown color: approx Sulu. HEX triplet: C2, E2 and 8C. RGB value is (194,226,140). Sum of RGB (Red+Green+Blue) = 194+226+140=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 140 (55.08% from 255 or 25% from 560); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E28C is #3D1D73. Grayscale: #CECECE. Windows color (decimal): -4005236 or 9233090. OLE color: 9233090.

HSL color Cylindrical-coordinate representation of color #C2E28C: hue angle of 82.33º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2E28C is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB194226140-
CMYK0.1400.380.11
HSL82.33º59.72%71.76%-
HSV(B)82.33º38.05%88.63%-
XYZ54.1867.7635.03-
YUV206.6390.4118.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.64%
GREEN value IS 226 (88.67% from 255) = 40.36%
BLUE value IS 140 (55.08% from 255) = 25%
R=34.64%
G=40.36%
B=25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1942261400.1400.380.1182.3359.7271.76
HexC2E28CE026B523c48
Octal302342214160461312274110
Binary11000010111000101000110011100100110101110100101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E28C; }

 p { color: rgb(194,226,140); }

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

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

 a { background-color: rgb(194,226,140); }

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

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

 span { border-color: rgb(194,226,140); }

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