#BFFD8D

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

Shades of Sulu #BFFD8D

Tints of Sulu #BFFD8D

Color information

#BFFD8D (or 0xBFFD8D) is unknown color: approx Sulu. HEX triplet: BF, FD and 8D. RGB value is (191,253,141). Sum of RGB (Red+Green+Blue) = 191+253+141=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFD8D is #400272. Grayscale: #DEDEDE. Windows color (decimal): -4194931 or 9305535. OLE color: 9305535.

HSL color Cylindrical-coordinate representation of color #BFFD8D: hue angle of 93.21º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFFD8D is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB191253141-
CMYK0.2500.440.01
HSL93.21º96.55%77.25%-
HSV(B)93.21º44.27%99.22%-
XYZ61.4283.2538.03-
YUV221.6982.46106.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.65%
GREEN value IS 253 (99.22% from 255) = 43.25%
BLUE value IS 141 (55.47% from 255) = 24.10%
R=32.65%
G=43.25%
B=24.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912531410.2500.440.0193.2196.5577.25
HexBFFD8D1902C15d614d
Octal277375215310541135141115
Binary1011111111111101100011011100101011001101110111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFD8D; }

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

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

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

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

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

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

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

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