#C0E16C

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

Shades of Sulu #C0E16C

Tints of Sulu #C0E16C

Color information

#C0E16C (or 0xC0E16C) is unknown color: approx Sulu. HEX triplet: C0, E1 and 6C. RGB value is (192,225,108). Sum of RGB (Red+Green+Blue) = 192+225+108=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 108 (42.58% from 255 or 20.57% from 525); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E16C is #3F1E93. Grayscale: #CACACA. Windows color (decimal): -4136596 or 7135680. OLE color: 7135680.

HSL color Cylindrical-coordinate representation of color #C0E16C: hue angle of 76.92º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0E16C is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB192225108-
CMYK0.1500.520.12
HSL76.92º66.1%65.29%-
HSV(B)76.92º52%88.24%-
XYZ51.3766.1424.25-
YUV201.875.07121.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.57%
GREEN value IS 225 (88.28% from 255) = 42.86%
BLUE value IS 108 (42.58% from 255) = 20.57%
R=36.57%
G=42.86%
B=20.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1922251080.1500.520.1276.9266.165.29
HexC0E16CF034C4d4241
Octal3003411541706414115102101
Binary11000000111000011101100111101101001100100110110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E16C; }

 p { color: rgb(192,225,108); }

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

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

 a { background-color: rgb(192,225,108); }

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

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

 span { border-color: rgb(192,225,108); }

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