#BDDD75

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

Shades of Sulu #BDDD75

Tints of Sulu #BDDD75

Color information

#BDDD75 (or 0xBDDD75) is unknown color: approx Sulu. HEX triplet: BD, DD and 75. RGB value is (189,221,117). Sum of RGB (Red+Green+Blue) = 189+221+117=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD75 is #42228A. Grayscale: #C7C7C7. Windows color (decimal): -4334219 or 7724477. OLE color: 7724477.

HSL color Cylindrical-coordinate representation of color #BDDD75: hue angle of 78.46º 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 #BDDD75 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB189221117-
CMYK0.1400.470.13
HSL78.46º60.47%66.27%-
HSV(B)78.46º47.06%86.67%-
XYZ50.0563.8226.51-
YUV199.5881.4120.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 221 (86.72% from 255) = 41.94%
BLUE value IS 117 (46.09% from 255) = 22.20%
R=35.86%
G=41.94%
B=22.20%

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
Decimal1892211170.1400.470.1378.4660.4766.27
HexBDDD75E02FD4e3c42
Octal275335165160571511674102
Binary1011110111011101111010111100101111110110011101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDD75; }

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

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

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

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

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

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

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

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