#C0EB75

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

Shades of Sulu #C0EB75

Tints of Sulu #C0EB75

Color information

#C0EB75 (or 0xC0EB75) is unknown color: approx Sulu. HEX triplet: C0, EB and 75. RGB value is (192,235,117). Sum of RGB (Red+Green+Blue) = 192+235+117=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 235 (92.19% from 255 or 43.20% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EB75 is #3F148A. Grayscale: #D1D1D1. Windows color (decimal): -4134027 or 7728064. OLE color: 7728064.

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

Color convert

RGB192235117-
CMYK0.1800.500.08
HSL81.86º74.68%69.02%-
HSV(B)81.86º50.21%92.16%-
XYZ54.6671.9127.83-
YUV208.6976.25116.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.29%
GREEN value IS 235 (92.19% from 255) = 43.20%
BLUE value IS 117 (46.09% from 255) = 21.51%
R=35.29%
G=43.20%
B=21.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922351170.1800.500.0881.8674.6869.02
HexC0EB75120328524b45
Octal3003531652206210122113105
Binary110000001110101111101011001001100101000101001010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EB75; }

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

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

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

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

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

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

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

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