#C1FA82

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

Shades of Sulu #C1FA82

Tints of Sulu #C1FA82

Color information

#C1FA82 (or 0xC1FA82) is unknown color: approx Sulu. HEX triplet: C1, FA and 82. RGB value is (193,250,130). Sum of RGB (Red+Green+Blue) = 193+250+130=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 130 (51.17% from 255 or 22.69% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FA82 is #3E057D. Grayscale: #DBDBDB. Windows color (decimal): -4064638 or 8583873. OLE color: 8583873.

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

Color convert

RGB193250130-
CMYK0.2300.480.02
HSL88.5º92.31%74.51%-
HSV(B)88.5º48%98.04%-
XYZ60.2181.3233.64-
YUV219.2877.62109.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.68%
GREEN value IS 250 (98.05% from 255) = 43.63%
BLUE value IS 130 (51.17% from 255) = 22.69%
R=33.68%
G=43.63%
B=22.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932501300.2300.480.0288.592.3174.51
HexC1FA82170302585c4b
Octal301372202270602130134113
Binary11000001111110101000001010111011000010101100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FA82; }

 p { color: rgb(193,250,130); }

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

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

 a { background-color: rgb(193,250,130); }

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

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

 span { border-color: rgb(193,250,130); }

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