#BFDD75

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

Shades of Sulu #BFDD75

Tints of Sulu #BFDD75

Color information

#BFDD75 (or 0xBFDD75) is unknown color: approx Sulu. HEX triplet: BF, DD and 75. RGB value is (191,221,117). Sum of RGB (Red+Green+Blue) = 191+221+117=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD75 is #40228A. Grayscale: #C8C8C8. Windows color (decimal): -4203147 or 7724479. OLE color: 7724479.

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

Color convert

RGB191221117-
CMYK0.1400.470.13
HSL77.31º60.47%66.27%-
HSV(B)77.31º47.06%86.67%-
XYZ50.5564.0726.53-
YUV200.1781.06121.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.11%
GREEN value IS 221 (86.72% from 255) = 41.78%
BLUE value IS 117 (46.09% from 255) = 22.12%
R=36.11%
G=41.78%
B=22.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912211170.1400.470.1377.3160.4766.27
HexBFDD75E02FD4d3c42
Octal277335165160571511574102
Binary1011111111011101111010111100101111110110011011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDD75; }

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

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

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

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

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

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

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

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