#C2E968

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

Shades of Sulu #C2E968

Tints of Sulu #C2E968

Color information

#C2E968 (or 0xC2E968) is unknown color: approx Sulu. HEX triplet: C2, E9 and 68. RGB value is (194,233,104). Sum of RGB (Red+Green+Blue) = 194+233+104=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E968 is #3D1697. Grayscale: #CFCFCF. Windows color (decimal): -4003480 or 6875586. OLE color: 6875586.

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

Color convert

RGB194233104-
CMYK0.1700.550.09
HSL78.14º74.57%66.08%-
HSV(B)78.14º55.36%91.37%-
XYZ53.8970.7523.91-
YUV206.6370.08118.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.53%
GREEN value IS 233 (91.41% from 255) = 43.88%
BLUE value IS 104 (41.02% from 255) = 19.59%
R=36.53%
G=43.88%
B=19.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1942331040.1700.550.0978.1474.5766.08
HexC2E9681103794e4b42
Octal3023511502106711116113102
Binary110000101110100111010001000101101111001100111010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E968; }

 p { color: rgb(194,233,104); }

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

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

 a { background-color: rgb(194,233,104); }

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

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

 span { border-color: rgb(194,233,104); }

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