#C0EB6F

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

Shades of Sulu #C0EB6F

Tints of Sulu #C0EB6F

Color information

#C0EB6F (or 0xC0EB6F) is unknown color: approx Sulu. HEX triplet: C0, EB and 6F. RGB value is (192,235,111). Sum of RGB (Red+Green+Blue) = 192+235+111=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 235 (92.19% from 255 or 43.68% from 538); Blue value is 111 (43.75% from 255 or 20.63% from 538); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EB6F is #3F1490. Grayscale: #D0D0D0. Windows color (decimal): -4134033 or 7334848. OLE color: 7334848.

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

Color convert

RGB192235111-
CMYK0.1800.530.08
HSL80.81º75.61%67.84%-
HSV(B)80.81º52.77%92.16%-
XYZ54.3271.7726.03-
YUV208.0173.25116.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.69%
GREEN value IS 235 (92.19% from 255) = 43.68%
BLUE value IS 111 (43.75% from 255) = 20.63%
R=35.69%
G=43.68%
B=20.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922351110.1800.530.0880.8175.6167.84
HexC0EB6F120358514c44
Octal3003531572206510121114104
Binary110000001110101111011111001001101011000101000110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EB6F; }

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

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

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

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

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

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

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

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