#C1F983

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

Shades of Sulu #C1F983

Tints of Sulu #C1F983

Color information

#C1F983 (or 0xC1F983) is unknown color: approx Sulu. HEX triplet: C1, F9 and 83. RGB value is (193,249,131). Sum of RGB (Red+Green+Blue) = 193+249+131=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 249 (97.66% from 255 or 43.46% from 573); Blue value is 131 (51.56% from 255 or 22.86% from 573); Max value from RGB is 249 - color contains mainly: green. Hex color #C1F983 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F983 is #3E067C. Grayscale: #DBDBDB. Windows color (decimal): -4064893 or 8649153. OLE color: 8649153.

HSL color Cylindrical-coordinate representation of color #C1F983: hue angle of 88.47º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1F983 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB193249131-
CMYK0.2200.470.02
HSL88.47º90.77%74.51%-
HSV(B)88.47º47.39%97.65%-
XYZ59.9680.7333.89-
YUV218.878.45109.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.68%
GREEN value IS 249 (97.66% from 255) = 43.46%
BLUE value IS 131 (51.56% from 255) = 22.86%
R=33.68%
G=43.46%
B=22.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932491310.2200.470.0288.4790.7774.51
HexC1F9831602F2585b4b
Octal301371203260572130133113
Binary11000001111110011000001110110010111110101100010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F983; }

 p { color: rgb(193,249,131); }

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

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

 a { background-color: rgb(193,249,131); }

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

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

 span { border-color: rgb(193,249,131); }

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