#C0EB72

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

Shades of Sulu #C0EB72

Tints of Sulu #C0EB72

Color information

#C0EB72 (or 0xC0EB72) is unknown color: approx Sulu. HEX triplet: C0, EB and 72. RGB value is (192,235,114). Sum of RGB (Red+Green+Blue) = 192+235+114=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 235 (92.19% from 255 or 43.44% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EB72 is #3F148D. Grayscale: #D0D0D0. Windows color (decimal): -4134030 or 7531456. OLE color: 7531456.

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

Color convert

RGB192235114-
CMYK0.1800.510.08
HSL81.32º75.16%68.43%-
HSV(B)81.32º51.49%92.16%-
XYZ54.4871.8426.91-
YUV208.3574.75116.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.49%
GREEN value IS 235 (92.19% from 255) = 43.44%
BLUE value IS 114 (44.92% from 255) = 21.07%
R=35.49%
G=43.44%
B=21.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922351140.1800.510.0881.3275.1668.43
HexC0EB72120338514b44
Octal3003531622206310121113104
Binary110000001110101111100101001001100111000101000110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EB72; }

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

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

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

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

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

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

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

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