#C0E969

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

Shades of Sulu #C0E969

Tints of Sulu #C0E969

Color information

#C0E969 (or 0xC0E969) is unknown color: approx Sulu. HEX triplet: C0, E9 and 69. RGB value is (192,233,105). Sum of RGB (Red+Green+Blue) = 192+233+105=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 105 (41.41% from 255 or 19.81% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E969 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E969 is #3F1696. Grayscale: #CECECE. Windows color (decimal): -4134551 or 6941120. OLE color: 6941120.

HSL color Cylindrical-coordinate representation of color #C0E969: hue angle of 79.22º 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 #C0E969 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB192233105-
CMYK0.1800.550.09
HSL79.22º74.42%66.27%-
HSV(B)79.22º54.94%91.37%-
XYZ53.4370.524.16-
YUV206.1570.92117.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.23%
GREEN value IS 233 (91.41% from 255) = 43.96%
BLUE value IS 105 (41.41% from 255) = 19.81%
R=36.23%
G=43.96%
B=19.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1922331050.1800.550.0979.2274.4266.27
HexC0E9691203794f4a42
Octal3003511512206711117112102
Binary110000001110100111010011001001101111001100111110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E969; }

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

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

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

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

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

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

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

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