#BFFA82

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

Shades of Sulu #BFFA82

Tints of Sulu #BFFA82

Color information

#BFFA82 (or 0xBFFA82) is unknown color: approx Sulu. HEX triplet: BF, FA and 82. RGB value is (191,250,130). Sum of RGB (Red+Green+Blue) = 191+250+130=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 130 (51.17% from 255 or 22.77% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFA82 is #40057D. Grayscale: #DBDBDB. Windows color (decimal): -4195710 or 8583871. OLE color: 8583871.

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

Color convert

RGB191250130-
CMYK0.2400.480.02
HSL89.5º92.31%74.51%-
HSV(B)89.5º48%98.04%-
XYZ59.781.0633.62-
YUV218.6877.95108.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.45%
GREEN value IS 250 (98.05% from 255) = 43.78%
BLUE value IS 130 (51.17% from 255) = 22.77%
R=33.45%
G=43.78%
B=22.77%

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
Decimal1912501300.2400.480.0289.592.3174.51
HexBFFA821803025a5c4b
Octal277372202300602132134113
Binary10111111111110101000001011000011000010101101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFA82; }

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

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

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

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

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

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

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

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