#BDE480

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

Shades of Sulu #BDE480

Tints of Sulu #BDE480

Color information

#BDE480 (or 0xBDE480) is unknown color: approx Sulu. HEX triplet: BD, E4 and 80. RGB value is (189,228,128). Sum of RGB (Red+Green+Blue) = 189+228+128=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 228 (89.45% from 255 or 41.83% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE480 is #421B7F. Grayscale: #CDCDCD. Windows color (decimal): -4332416 or 8447165. OLE color: 8447165.

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

Color convert

RGB189228128-
CMYK0.1700.440.11
HSL83.4º64.94%69.8%-
HSV(B)83.4º43.86%89.41%-
XYZ52.6367.8630.75-
YUV204.9484.58116.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 228 (89.45% from 255) = 41.83%
BLUE value IS 128 (50.39% from 255) = 23.49%
R=34.68%
G=41.83%
B=23.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892281280.1700.440.1183.464.9469.8
HexBDE4801102CB534146
Octal2753442002105413123101106
Binary1011110111100100100000001000101011001011101001110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE480; }

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

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

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

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

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

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

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

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