#C2E169

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

Shades of Sulu #C2E169

Tints of Sulu #C2E169

Color information

#C2E169 (or 0xC2E169) is unknown color: approx Sulu. HEX triplet: C2, E1 and 69. RGB value is (194,225,105). Sum of RGB (Red+Green+Blue) = 194+225+105=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E169 is #3D1E96. Grayscale: #CACACA. Windows color (decimal): -4005527 or 6939074. OLE color: 6939074.

HSL color Cylindrical-coordinate representation of color #C2E169: hue angle of 75.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2E169 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB194225105-
CMYK0.1400.530.12
HSL75.5º66.67%64.71%-
HSV(B)75.5º53.33%88.24%-
XYZ51.7266.3423.44-
YUV202.0573.23122.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.02%
GREEN value IS 225 (88.28% from 255) = 42.94%
BLUE value IS 105 (41.41% from 255) = 20.04%
R=37.02%
G=42.94%
B=20.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1942251050.1400.530.1275.566.6764.71
HexC2E169E035C4c4341
Octal3023411511606514114103101
Binary11000010111000011101001111001101011100100110010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E169; }

 p { color: rgb(194,225,105); }

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

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

 a { background-color: rgb(194,225,105); }

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

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

 span { border-color: rgb(194,225,105); }

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