#BFFA8D

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

Shades of Sulu #BFFA8D

Tints of Sulu #BFFA8D

Color information

#BFFA8D (or 0xBFFA8D) is unknown color: approx Sulu. HEX triplet: BF, FA and 8D. RGB value is (191,250,141). Sum of RGB (Red+Green+Blue) = 191+250+141=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFA8D is #400572. Grayscale: #DCDCDC. Windows color (decimal): -4195699 or 9304767. OLE color: 9304767.

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

Color convert

RGB191250141-
CMYK0.2400.440.02
HSL92.48º91.6%76.67%-
HSV(B)92.48º43.6%98.04%-
XYZ60.4881.3737.72-
YUV219.9383.45107.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.82%
GREEN value IS 250 (98.05% from 255) = 42.96%
BLUE value IS 141 (55.47% from 255) = 24.23%
R=32.82%
G=42.96%
B=24.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912501410.2400.440.0292.4891.676.67
HexBFFA8D1802C25c5c4d
Octal277372215300542134134115
Binary10111111111110101000110111000010110010101110010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFA8D; }

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

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

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

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

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

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

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

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