#C2E681

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

Shades of Sulu #C2E681

Tints of Sulu #C2E681

Color information

#C2E681 (or 0xC2E681) is unknown color: approx Sulu. HEX triplet: C2, E6 and 81. RGB value is (194,230,129). Sum of RGB (Red+Green+Blue) = 194+230+129=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 230 (90.23% from 255 or 41.59% from 553); Blue value is 129 (50.78% from 255 or 23.33% from 553); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E681 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2E681 is #3D197E. Grayscale: #D0D0D0. Windows color (decimal): -4004223 or 8513218. OLE color: 8513218.

HSL color Cylindrical-coordinate representation of color #C2E681: hue angle of 81.39º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2E681 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB194230129-
CMYK0.1600.440.10
HSL81.39º66.89%70.39%-
HSV(B)81.39º43.91%90.2%-
XYZ54.5169.6531.34-
YUV207.7283.57118.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.08%
GREEN value IS 230 (90.23% from 255) = 41.59%
BLUE value IS 129 (50.78% from 255) = 23.33%
R=35.08%
G=41.59%
B=23.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1942301290.1600.440.1081.3966.8970.39
HexC2E6811002CA514346
Octal3023462012005412121103106
Binary1100001011100110100000011000001011001010101000110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E681; }

 p { color: rgb(194,230,129); }

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

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

 a { background-color: rgb(194,230,129); }

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

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

 span { border-color: rgb(194,230,129); }

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