#C1E969

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

Shades of Sulu #C1E969

Tints of Sulu #C1E969

Color information

#C1E969 (or 0xC1E969) is unknown color: approx Sulu. HEX triplet: C1, E9 and 69. RGB value is (193,233,105). Sum of RGB (Red+Green+Blue) = 193+233+105=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 233 - color contains mainly: green. Hex color #C1E969 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1E969 is #3E1696. Grayscale: #CECECE. Windows color (decimal): -4069015 or 6941121. OLE color: 6941121.

HSL color Cylindrical-coordinate representation of color #C1E969: hue angle of 78.75º degrees, saturation: 0.74, 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 #C1E969 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB193233105-
CMYK0.1700.550.09
HSL78.75º74.42%66.27%-
HSV(B)78.75º54.94%91.37%-
XYZ53.6870.6424.17-
YUV206.4570.75118.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.35%
GREEN value IS 233 (91.41% from 255) = 43.88%
BLUE value IS 105 (41.41% from 255) = 19.77%
R=36.35%
G=43.88%
B=19.77%

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
Decimal1932331050.1700.550.0978.7574.4266.27
HexC1E9691103794f4a42
Octal3013511512106711117112102
Binary110000011110100111010011000101101111001100111110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E969; }

 p { color: rgb(193,233,105); }

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

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

 a { background-color: rgb(193,233,105); }

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

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

 span { border-color: rgb(193,233,105); }

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