#BFFB82

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

Shades of Sulu #BFFB82

Tints of Sulu #BFFB82

Color information

#BFFB82 (or 0xBFFB82) is unknown color: approx Sulu. HEX triplet: BF, FB and 82. RGB value is (191,251,130). Sum of RGB (Red+Green+Blue) = 191+251+130=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 251 (98.44% from 255 or 43.88% from 572); Blue value is 130 (51.17% from 255 or 22.73% from 572); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFB82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFB82 is #40047D. Grayscale: #DBDBDB. Windows color (decimal): -4195454 or 8584127. OLE color: 8584127.

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

Color convert

RGB191251130-
CMYK0.2400.480.02
HSL89.75º93.8%74.71%-
HSV(B)89.75º48.21%98.43%-
XYZ60.0181.6833.72-
YUV219.2777.62107.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.39%
GREEN value IS 251 (98.44% from 255) = 43.88%
BLUE value IS 130 (51.17% from 255) = 22.73%
R=33.39%
G=43.88%
B=22.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912511300.2400.480.0289.7593.874.71
HexBFFB821803025a5e4b
Octal277373202300602132136113
Binary10111111111110111000001011000011000010101101010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFB82; }

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

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

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

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

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

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

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

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