#C1FB82

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

Shades of Sulu #C1FB82

Tints of Sulu #C1FB82

Color information

#C1FB82 (or 0xC1FB82) is unknown color: approx Sulu. HEX triplet: C1, FB and 82. RGB value is (193,251,130). Sum of RGB (Red+Green+Blue) = 193+251+130=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 251 (98.44% from 255 or 43.73% from 574); Blue value is 130 (51.17% from 255 or 22.65% from 574); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FB82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FB82 is #3E047D. Grayscale: #DCDCDC. Windows color (decimal): -4064382 or 8584129. OLE color: 8584129.

HSL color Cylindrical-coordinate representation of color #C1FB82: hue angle of 88.76º degrees, saturation: 0.94, 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 #C1FB82 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB193251130-
CMYK0.2300.480.02
HSL88.76º93.8%74.71%-
HSV(B)88.76º48.21%98.43%-
XYZ60.5281.9433.75-
YUV219.8677.28108.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.62%
GREEN value IS 251 (98.44% from 255) = 43.73%
BLUE value IS 130 (51.17% from 255) = 22.65%
R=33.62%
G=43.73%
B=22.65%

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
Decimal1932511300.2300.480.0288.7693.874.71
HexC1FB82170302595e4b
Octal301373202270602131136113
Binary11000001111110111000001010111011000010101100110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FB82; }

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

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

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

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

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

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

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

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