#BDE475

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

Shades of Sulu #BDE475

Tints of Sulu #BDE475

Color information

#BDE475 (or 0xBDE475) is unknown color: approx Sulu. HEX triplet: BD, E4 and 75. RGB value is (189,228,117). Sum of RGB (Red+Green+Blue) = 189+228+117=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE475 is #421B8A. Grayscale: #CCCCCC. Windows color (decimal): -4332427 or 7726269. OLE color: 7726269.

HSL color Cylindrical-coordinate representation of color #BDE475: hue angle of 81.08º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDE475 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB189228117-
CMYK0.1700.490.11
HSL81.08º67.27%67.65%-
HSV(B)81.08º48.68%89.41%-
XYZ51.9467.5927.14-
YUV203.6879.08117.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.39%
GREEN value IS 228 (89.45% from 255) = 42.70%
BLUE value IS 117 (46.09% from 255) = 21.91%
R=35.39%
G=42.70%
B=21.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892281170.1700.490.1181.0867.2767.65
HexBDE47511031B514344
Octal2753441652106113121103104
Binary101111011110010011101011000101100011011101000110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE475; }

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

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

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

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

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

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

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

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