#C1F390

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

Shades of Sulu #C1F390

Tints of Sulu #C1F390

Color information

#C1F390 (or 0xC1F390) is unknown color: approx Sulu. HEX triplet: C1, F3 and 90. RGB value is (193,243,144). Sum of RGB (Red+Green+Blue) = 193+243+144=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 144 (56.64% from 255 or 24.83% from 580); Max value from RGB is 243 - color contains mainly: green. Hex color #C1F390 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F390 is #3E0C6F. Grayscale: #D9D9D9. Windows color (decimal): -4066416 or 9499585. OLE color: 9499585.

HSL color Cylindrical-coordinate representation of color #C1F390: hue angle of 90.3º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C1F390 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB193243144-
CMYK0.2100.410.05
HSL90.3º80.49%75.88%-
HSV(B)90.3º40.74%95.29%-
XYZ59.0877.4538.22-
YUV216.7686.94111.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.28%
GREEN value IS 243 (95.31% from 255) = 41.90%
BLUE value IS 144 (56.64% from 255) = 24.83%
R=33.28%
G=41.90%
B=24.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1932431440.2100.410.0590.380.4975.88
HexC1F3901502955a504c
Octal301363220250515132120114
Binary110000011111001110010000101010101001101101101010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F390; }

 p { color: rgb(193,243,144); }

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

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

 a { background-color: rgb(193,243,144); }

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

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

 span { border-color: rgb(193,243,144); }

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