#B8FC82

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

Shades of Sulu #B8FC82

Tints of Sulu #B8FC82

Color information

#B8FC82 (or 0xB8FC82) is unknown color: approx Sulu. HEX triplet: B8, FC and 82. RGB value is (184,252,130). Sum of RGB (Red+Green+Blue) = 184+252+130=566 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.51% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 130 (51.17% from 255 or 22.97% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #B8FC82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8FC82 is #47037D. Grayscale: #DADADA. Windows color (decimal): -4653950 or 8584376. OLE color: 8584376.

HSL color Cylindrical-coordinate representation of color #B8FC82: hue angle of 93.44º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8FC82 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB184252130-
CMYK0.2700.480.01
HSL93.44º95.31%74.9%-
HSV(B)93.44º48.41%98.82%-
XYZ58.6181.4233.75-
YUV217.7678.47103.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.51%
GREEN value IS 252 (98.83% from 255) = 44.52%
BLUE value IS 130 (51.17% from 255) = 22.97%
R=32.51%
G=44.52%
B=22.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842521300.2700.480.0193.4495.3174.9
HexB8FC821B03015d5f4b
Octal270374202330601135137113
Binary1011100011111100100000101101101100001101110110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FC82; }

 p { color: rgb(184,252,130); }

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

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

 a { background-color: rgb(184,252,130); }

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

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

 span { border-color: rgb(184,252,130); }

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