#C0EB7B

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

Shades of Sulu #C0EB7B

Tints of Sulu #C0EB7B

Color information

#C0EB7B (or 0xC0EB7B) is unknown color: approx Sulu. HEX triplet: C0, EB and 7B. RGB value is (192,235,123). Sum of RGB (Red+Green+Blue) = 192+235+123=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 123 (48.44% from 255 or 22.36% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EB7B is #3F1484. Grayscale: #D1D1D1. Windows color (decimal): -4134021 or 8121280. OLE color: 8121280.

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

Color convert

RGB192235123-
CMYK0.1800.480.08
HSL83.04º73.68%70.2%-
HSV(B)83.04º47.66%92.16%-
XYZ55.0272.0529.75-
YUV209.3879.25115.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.91%
GREEN value IS 235 (92.19% from 255) = 42.73%
BLUE value IS 123 (48.44% from 255) = 22.36%
R=34.91%
G=42.73%
B=22.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922351230.1800.480.0883.0473.6870.2
HexC0EB7B120308534a46
Octal3003531732206010123112106
Binary110000001110101111110111001001100001000101001110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EB7B; }

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

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

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

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

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

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

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

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