#BFF281

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

Shades of Sulu #BFF281

Tints of Sulu #BFF281

Color information

#BFF281 (or 0xBFF281) is unknown color: approx Sulu. HEX triplet: BF, F2 and 81. RGB value is (191,242,129). Sum of RGB (Red+Green+Blue) = 191+242+129=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 129 (50.78% from 255 or 22.95% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF281 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF281 is #400D7E. Grayscale: #D6D6D6. Windows color (decimal): -4197759 or 8516287. OLE color: 8516287.

HSL color Cylindrical-coordinate representation of color #BFF281: hue angle of 87.08º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFF281 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB191242129-
CMYK0.2100.470.05
HSL87.08º81.29%72.75%-
HSV(B)87.08º46.69%94.9%-
XYZ57.276.1732.46-
YUV213.8780.1111.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.99%
GREEN value IS 242 (94.92% from 255) = 43.06%
BLUE value IS 129 (50.78% from 255) = 22.95%
R=33.99%
G=43.06%
B=22.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912421290.2100.470.0587.0881.2972.75
HexBFF2811502F5575149
Octal277362201250575127121111
Binary101111111111001010000001101010101111101101011110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF281; }

 p { color: rgb(191,242,129); }

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

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

 a { background-color: rgb(191,242,129); }

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

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

 span { border-color: rgb(191,242,129); }

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