#C0E56B

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

Shades of Sulu #C0E56B

Tints of Sulu #C0E56B

Color information

#C0E56B (or 0xC0E56B) is unknown color: approx Sulu. HEX triplet: C0, E5 and 6B. RGB value is (192,229,107). Sum of RGB (Red+Green+Blue) = 192+229+107=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E56B is #3F1A94. Grayscale: #CCCCCC. Windows color (decimal): -4135573 or 7071168. OLE color: 7071168.

HSL color Cylindrical-coordinate representation of color #C0E56B: hue angle of 78.2º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0E56B is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB192229107-
CMYK0.1600.530.10
HSL78.2º70.11%65.88%-
HSV(B)78.2º53.28%89.8%-
XYZ52.4168.3124.33-
YUV204.0373.24119.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.36%
GREEN value IS 229 (89.84% from 255) = 43.37%
BLUE value IS 107 (42.19% from 255) = 20.27%
R=36.36%
G=43.37%
B=20.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1922291070.1600.530.1078.270.1165.88
HexC0E56B10035A4e4642
Octal3003451532006512116106102
Binary110000001110010111010111000001101011010100111010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E56B; }

 p { color: rgb(192,229,107); }

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

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

 a { background-color: rgb(192,229,107); }

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

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

 span { border-color: rgb(192,229,107); }

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