#C1E18D

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

Shades of Sulu #C1E18D

Tints of Sulu #C1E18D

Color information

#C1E18D (or 0xC1E18D) is unknown color: approx Sulu. HEX triplet: C1, E1 and 8D. RGB value is (193,225,141). Sum of RGB (Red+Green+Blue) = 193+225+141=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1E18D is #3E1E72. Grayscale: #CECECE. Windows color (decimal): -4071027 or 9298369. OLE color: 9298369.

HSL color Cylindrical-coordinate representation of color #C1E18D: hue angle of 82.86º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1E18D is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB193225141-
CMYK0.1400.370.12
HSL82.86º58.33%71.76%-
HSV(B)82.86º37.33%88.24%-
XYZ53.7367.1135.32-
YUV205.8691.4118.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.53%
GREEN value IS 225 (88.28% from 255) = 40.25%
BLUE value IS 141 (55.47% from 255) = 25.22%
R=34.53%
G=40.25%
B=25.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1932251410.1400.370.1282.8658.3371.76
HexC1E18DE025C533a48
Octal301341215160451412372110
Binary11000001111000011000110111100100101110010100111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E18D; }

 p { color: rgb(193,225,141); }

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

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

 a { background-color: rgb(193,225,141); }

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

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

 span { border-color: rgb(193,225,141); }

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