#BFFA75

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

Shades of Sulu #BFFA75

Tints of Sulu #BFFA75

Color information

#BFFA75 (or 0xBFFA75) is unknown color: approx Sulu. HEX triplet: BF, FA and 75. RGB value is (191,250,117). Sum of RGB (Red+Green+Blue) = 191+250+117=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 117 (46.09% from 255 or 20.97% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFA75 is #40058A. Grayscale: #D9D9D9. Windows color (decimal): -4195723 or 7731903. OLE color: 7731903.

HSL color Cylindrical-coordinate representation of color #BFFA75: hue angle of 86.62º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFFA75 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB191250117-
CMYK0.2400.530.02
HSL86.62º93.01%71.96%-
HSV(B)86.62º53.2%98.04%-
XYZ58.8880.7329.31-
YUV217.271.45109.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.23%
GREEN value IS 250 (98.05% from 255) = 44.80%
BLUE value IS 117 (46.09% from 255) = 20.97%
R=34.23%
G=44.80%
B=20.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912501170.2400.530.0286.6293.0171.96
HexBFFA75180352575d48
Octal277372165300652127135110
Binary1011111111111010111010111000011010110101011110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFA75; }

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

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

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

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

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

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

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

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