#C2E969

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

Shades of Sulu #C2E969

Tints of Sulu #C2E969

Color information

#C2E969 (or 0xC2E969) is unknown color: approx Sulu. HEX triplet: C2, E9 and 69. RGB value is (194,233,105). Sum of RGB (Red+Green+Blue) = 194+233+105=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 105 (41.41% from 255 or 19.74% from 532); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E969 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E969 is #3D1696. Grayscale: #CFCFCF. Windows color (decimal): -4003479 or 6941122. OLE color: 6941122.

HSL color Cylindrical-coordinate representation of color #C2E969: hue angle of 78.28º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2E969 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB194233105-
CMYK0.1700.550.09
HSL78.28º74.42%66.27%-
HSV(B)78.28º54.94%91.37%-
XYZ53.9470.7724.18-
YUV206.7570.58118.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.47%
GREEN value IS 233 (91.41% from 255) = 43.80%
BLUE value IS 105 (41.41% from 255) = 19.74%
R=36.47%
G=43.80%
B=19.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1942331050.1700.550.0978.2874.4266.27
HexC2E9691103794e4a42
Octal3023511512106711116112102
Binary110000101110100111010011000101101111001100111010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E969; }

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

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

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

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

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

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

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

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