#BDD775

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

Shades of Sulu #BDD775

Tints of Sulu #BDD775

Color information

#BDD775 (or 0xBDD775) is unknown color: approx Sulu. HEX triplet: BD, D7 and 75. RGB value is (189,215,117). Sum of RGB (Red+Green+Blue) = 189+215+117=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD775 is #42288A. Grayscale: #C4C4C4. Windows color (decimal): -4335755 or 7722941. OLE color: 7722941.

HSL color Cylindrical-coordinate representation of color #BDD775: hue angle of 75.92º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDD775 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB189215117-
CMYK0.1200.460.16
HSL75.92º55.06%65.1%-
HSV(B)75.92º45.58%84.31%-
XYZ48.560.725.99-
YUV196.0583.39122.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.28%
GREEN value IS 215 (84.38% from 255) = 41.27%
BLUE value IS 117 (46.09% from 255) = 22.46%
R=36.28%
G=41.27%
B=22.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892151170.1200.460.1675.9255.0665.1
HexBDD775C02E104c3741
Octal275327165140562011467101
Binary10111101110101111110101110001011101000010011001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD775; }

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

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

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

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

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

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

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

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