#BFDD81

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

Shades of Sulu #BFDD81

Tints of Sulu #BFDD81

Color information

#BFDD81 (or 0xBFDD81) is unknown color: approx Sulu. HEX triplet: BF, DD and 81. RGB value is (191,221,129). Sum of RGB (Red+Green+Blue) = 191+221+129=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD81 is #40227E. Grayscale: #C9C9C9. Windows color (decimal): -4203135 or 8510911. OLE color: 8510911.

HSL color Cylindrical-coordinate representation of color #BFDD81: hue angle of 79.57º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFDD81 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB191221129-
CMYK0.1400.420.13
HSL79.57º57.5%68.63%-
HSV(B)79.57º41.63%86.67%-
XYZ51.364.3730.49-
YUV201.5487.06120.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 221 (86.72% from 255) = 40.85%
BLUE value IS 129 (50.78% from 255) = 23.84%
R=35.30%
G=40.85%
B=23.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912211290.1400.420.1379.5757.568.63
HexBFDD81E02AD503a45
Octal277335201160521512072105
Binary10111111110111011000000111100101010110110100001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDD81; }

 p { color: rgb(191,221,129); }

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

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

 a { background-color: rgb(191,221,129); }

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

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

 span { border-color: rgb(191,221,129); }

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