#C0E294

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

Shades of Sulu #C0E294

Tints of Sulu #C0E294

Color information

#C0E294 (or 0xC0E294) is unknown color: approx Sulu. HEX triplet: C0, E2 and 94. RGB value is (192,226,148). Sum of RGB (Red+Green+Blue) = 192+226+148=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 226 (88.67% from 255 or 39.93% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E294 is #3F1D6B. Grayscale: #CFCFCF. Windows color (decimal): -4136300 or 9757376. OLE color: 9757376.

HSL color Cylindrical-coordinate representation of color #C0E294: hue angle of 86.15º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0E294 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB192226148-
CMYK0.1500.350.11
HSL86.15º57.35%73.33%-
HSV(B)86.15º34.51%88.63%-
XYZ54.2867.7438.23-
YUV206.9494.74117.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.92%
GREEN value IS 226 (88.67% from 255) = 39.93%
BLUE value IS 148 (58.20% from 255) = 26.15%
R=33.92%
G=39.93%
B=26.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1922261480.1500.350.1186.1557.3573.33
HexC0E294F023B563949
Octal300342224170431312671111
Binary11000000111000101001010011110100011101110101101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E294; }

 p { color: rgb(192,226,148); }

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

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

 a { background-color: rgb(192,226,148); }

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

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

 span { border-color: rgb(192,226,148); }

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