#BFF483

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

Shades of Sulu #BFF483

Tints of Sulu #BFF483

Color information

#BFF483 (or 0xBFF483) is unknown color: approx Sulu. HEX triplet: BF, F4 and 83. RGB value is (191,244,131). Sum of RGB (Red+Green+Blue) = 191+244+131=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 244 (95.70% from 255 or 43.11% from 566); Blue value is 131 (51.56% from 255 or 23.14% from 566); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF483 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF483 is #400B7C. Grayscale: #D7D7D7. Windows color (decimal): -4197245 or 8647871. OLE color: 8647871.

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

Color convert

RGB191244131-
CMYK0.2200.460.04
HSL88.14º83.7%73.53%-
HSV(B)88.14º46.31%95.69%-
XYZ57.9377.4233.36-
YUV215.2780.44110.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.75%
GREEN value IS 244 (95.70% from 255) = 43.11%
BLUE value IS 131 (51.56% from 255) = 23.14%
R=33.75%
G=43.11%
B=23.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912441310.2200.460.0488.1483.773.53
HexBFF4831602E458544a
Octal277364203260564130124112
Binary101111111111010010000011101100101110100101100010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF483; }

 p { color: rgb(191,244,131); }

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

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

 a { background-color: rgb(191,244,131); }

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

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

 span { border-color: rgb(191,244,131); }

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