#BFF57F

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

Shades of Sulu #BFF57F

Tints of Sulu #BFF57F

Color information

#BFF57F (or 0xBFF57F) is unknown color: approx Sulu. HEX triplet: BF, F5 and 7F. RGB value is (191,245,127). Sum of RGB (Red+Green+Blue) = 191+245+127=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 127 (50% from 255 or 22.56% from 563); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF57F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF57F is #400A80. Grayscale: #D7D7D7. Windows color (decimal): -4196993 or 8385983. OLE color: 8385983.

HSL color Cylindrical-coordinate representation of color #BFF57F: hue angle of 87.46º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFF57F is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB191245127-
CMYK0.2200.480.04
HSL87.46º85.51%72.94%-
HSV(B)87.46º48.16%96.08%-
XYZ57.9777.9132.06-
YUV215.478.11110.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.93%
GREEN value IS 245 (96.09% from 255) = 43.52%
BLUE value IS 127 (50% from 255) = 22.56%
R=33.93%
G=43.52%
B=22.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912451270.2200.480.0487.4685.5172.94
HexBFF57F160304575649
Octal277365177260604127126111
Binary10111111111101011111111101100110000100101011110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF57F; }

 p { color: rgb(191,245,127); }

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

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

 a { background-color: rgb(191,245,127); }

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

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

 span { border-color: rgb(191,245,127); }

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