#BFFB8D

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

Shades of Sulu #BFFB8D

Tints of Sulu #BFFB8D

Color information

#BFFB8D (or 0xBFFB8D) is unknown color: approx Sulu. HEX triplet: BF, FB and 8D. RGB value is (191,251,141). Sum of RGB (Red+Green+Blue) = 191+251+141=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFB8D is #400472. Grayscale: #DCDCDC. Windows color (decimal): -4195443 or 9305023. OLE color: 9305023.

HSL color Cylindrical-coordinate representation of color #BFFB8D: hue angle of 92.73º degrees, saturation: 0.93, 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 #BFFB8D is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB191251141-
CMYK0.2400.440.02
HSL92.73º93.22%76.86%-
HSV(B)92.73º43.82%98.43%-
XYZ60.7981.9937.82-
YUV220.5283.12106.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.76%
GREEN value IS 251 (98.44% from 255) = 43.05%
BLUE value IS 141 (55.47% from 255) = 24.19%
R=32.76%
G=43.05%
B=24.19%

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
Decimal1912511410.2400.440.0292.7393.2276.86
HexBFFB8D1802C25d5d4d
Octal277373215300542135135115
Binary10111111111110111000110111000010110010101110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFB8D; }

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

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

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

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

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

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

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

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