#C1F484

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

Shades of Sulu #C1F484

Tints of Sulu #C1F484

Color information

#C1F484 (or 0xC1F484) is unknown color: approx Sulu. HEX triplet: C1, F4 and 84. RGB value is (193,244,132). Sum of RGB (Red+Green+Blue) = 193+244+132=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 244 (95.70% from 255 or 42.88% from 569); Blue value is 132 (51.95% from 255 or 23.20% from 569); Max value from RGB is 244 - color contains mainly: green. Hex color #C1F484 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F484 is #3E0B7B. Grayscale: #D8D8D8. Windows color (decimal): -4066172 or 8713409. OLE color: 8713409.

HSL color Cylindrical-coordinate representation of color #C1F484: hue angle of 87.32º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1F484 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB193244132-
CMYK0.2100.460.04
HSL87.32º83.58%73.73%-
HSV(B)87.32º45.9%95.69%-
XYZ58.5177.733.74-
YUV215.9880.6111.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.92%
GREEN value IS 244 (95.70% from 255) = 42.88%
BLUE value IS 132 (51.95% from 255) = 23.20%
R=33.92%
G=42.88%
B=23.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1932441320.2100.460.0487.3283.5873.73
HexC1F4841502E457544a
Octal301364204250564127124112
Binary110000011111010010000100101010101110100101011110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F484; }

 p { color: rgb(193,244,132); }

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

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

 a { background-color: rgb(193,244,132); }

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

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

 span { border-color: rgb(193,244,132); }

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