#C1DE8A

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

Shades of Sulu #C1DE8A

Tints of Sulu #C1DE8A

Color information

#C1DE8A (or 0xC1DE8A) is unknown color: approx Sulu. HEX triplet: C1, DE and 8A. RGB value is (193,222,138). Sum of RGB (Red+Green+Blue) = 193+222+138=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 222 - color contains mainly: green. Hex color #C1DE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DE8A is #3E2175. Grayscale: #CCCCCC. Windows color (decimal): -4071798 or 9100993. OLE color: 9100993.

HSL color Cylindrical-coordinate representation of color #C1DE8A: hue angle of 80.71º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1DE8A is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB193222138-
CMYK0.1300.380.13
HSL80.71º56%70.59%-
HSV(B)80.71º37.84%87.06%-
XYZ52.765.4133.89-
YUV203.7590.89120.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.90%
GREEN value IS 222 (87.11% from 255) = 40.14%
BLUE value IS 138 (54.30% from 255) = 24.95%
R=34.90%
G=40.14%
B=24.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1932221380.1300.380.1380.715670.59
HexC1DE8AD026D513847
Octal301336212150461512170107
Binary11000001110111101000101011010100110110110100011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DE8A; }

 p { color: rgb(193,222,138); }

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

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

 a { background-color: rgb(193,222,138); }

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

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

 span { border-color: rgb(193,222,138); }

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