#C0EB90

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

Shades of Sulu #C0EB90

Tints of Sulu #C0EB90

Color information

#C0EB90 (or 0xC0EB90) is unknown color: approx Sulu. HEX triplet: C0, EB and 90. RGB value is (192,235,144). Sum of RGB (Red+Green+Blue) = 192+235+144=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 144 (56.64% from 255 or 25.22% from 571); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EB90 is #3F146F. Grayscale: #D4D4D4. Windows color (decimal): -4134000 or 9497536. OLE color: 9497536.

HSL color Cylindrical-coordinate representation of color #C0EB90: hue angle of 88.35º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0EB90 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB192235144-
CMYK0.1800.390.08
HSL88.35º69.47%74.31%-
HSV(B)88.35º38.72%92.16%-
XYZ56.4872.6437.43-
YUV211.7789.75113.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.63%
GREEN value IS 235 (92.19% from 255) = 41.16%
BLUE value IS 144 (56.64% from 255) = 25.22%
R=33.63%
G=41.16%
B=25.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922351440.1800.390.0888.3569.4774.31
HexC0EB9012027858454a
Octal3003532202204710130105112
Binary1100000011101011100100001001001001111000101100010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EB90; }

 p { color: rgb(192,235,144); }

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

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

 a { background-color: rgb(192,235,144); }

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

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

 span { border-color: rgb(192,235,144); }

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