#C0E966

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

Shades of Sulu #C0E966

Tints of Sulu #C0E966

Color information

#C0E966 (or 0xC0E966) is unknown color: approx Sulu. HEX triplet: C0, E9 and 66. RGB value is (192,233,102). Sum of RGB (Red+Green+Blue) = 192+233+102=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 102 (40.23% from 255 or 19.35% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E966 is #3F1699. Grayscale: #CECECE. Windows color (decimal): -4134554 or 6744512. OLE color: 6744512.

HSL color Cylindrical-coordinate representation of color #C0E966: hue angle of 78.78º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0E966 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB192233102-
CMYK0.1800.560.09
HSL78.78º74.86%65.69%-
HSV(B)78.78º56.22%91.37%-
XYZ53.2870.4423.36-
YUV205.8169.42118.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.43%
GREEN value IS 233 (91.41% from 255) = 44.21%
BLUE value IS 102 (40.23% from 255) = 19.35%
R=36.43%
G=44.21%
B=19.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1922331020.1800.560.0978.7874.8665.69
HexC0E9661203894f4b42
Octal3003511462207011117113102
Binary110000001110100111001101001001110001001100111110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E966; }

 p { color: rgb(192,233,102); }

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

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

 a { background-color: rgb(192,233,102); }

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

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

 span { border-color: rgb(192,233,102); }

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