#C0EE8C

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

Shades of Sulu #C0EE8C

Tints of Sulu #C0EE8C

Color information

#C0EE8C (or 0xC0EE8C) is unknown color: approx Sulu. HEX triplet: C0, EE and 8C. RGB value is (192,238,140). Sum of RGB (Red+Green+Blue) = 192+238+140=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EE8C is #3F1173. Grayscale: #D5D5D5. Windows color (decimal): -4133236 or 9236160. OLE color: 9236160.

HSL color Cylindrical-coordinate representation of color #C0EE8C: hue angle of 88.16º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0EE8C is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB192238140-
CMYK0.1900.410.07
HSL88.16º74.24%74.12%-
HSV(B)88.16º41.18%93.33%-
XYZ57.0574.2536.14-
YUV213.0786.76112.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.68%
GREEN value IS 238 (93.36% from 255) = 41.75%
BLUE value IS 140 (55.08% from 255) = 24.56%
R=33.68%
G=41.75%
B=24.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922381400.1900.410.0788.1674.2474.12
HexC0EE8C130297584a4a
Octal300356214230517130112112
Binary110000001110111010001100100110101001111101100010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EE8C; }

 p { color: rgb(192,238,140); }

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

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

 a { background-color: rgb(192,238,140); }

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

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

 span { border-color: rgb(192,238,140); }

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