#C1F86A

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

Shades of Sulu #C1F86A

Tints of Sulu #C1F86A

Color information

#C1F86A (or 0xC1F86A) is unknown color: approx Sulu. HEX triplet: C1, F8 and 6A. RGB value is (193,248,106). Sum of RGB (Red+Green+Blue) = 193+248+106=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 106 (41.80% from 255 or 19.38% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #C1F86A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F86A is #3E0795. Grayscale: #D7D7D7. Windows color (decimal): -4065174 or 7010497. OLE color: 7010497.

HSL color Cylindrical-coordinate representation of color #C1F86A: hue angle of 83.24º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C1F86A is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB193248106-
CMYK0.2200.570.03
HSL83.24º91.03%69.41%-
HSV(B)83.24º57.26%97.25%-
XYZ58.1679.5125.92-
YUV215.3766.28112.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.28%
GREEN value IS 248 (97.27% from 255) = 45.34%
BLUE value IS 106 (41.80% from 255) = 19.38%
R=35.28%
G=45.34%
B=19.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1932481060.2200.570.0383.2491.0369.41
HexC1F86A160393535b45
Octal301370152260713123133105
Binary1100000111111000110101010110011100111101001110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F86A; }

 p { color: rgb(193,248,106); }

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

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

 a { background-color: rgb(193,248,106); }

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

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

 span { border-color: rgb(193,248,106); }

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