#BDE380

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

Shades of Sulu #BDE380

Tints of Sulu #BDE380

Color information

#BDE380 (or 0xBDE380) is unknown color: approx Sulu. HEX triplet: BD, E3 and 80. RGB value is (189,227,128). Sum of RGB (Red+Green+Blue) = 189+227+128=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE380 is #421C7F. Grayscale: #CCCCCC. Windows color (decimal): -4332672 or 8446909. OLE color: 8446909.

HSL color Cylindrical-coordinate representation of color #BDE380: hue angle of 83.03º degrees, saturation: 0.64, 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 #BDE380 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB189227128-
CMYK0.1700.440.11
HSL83.03º63.87%69.61%-
HSV(B)83.03º43.61%89.02%-
XYZ52.3567.3230.66-
YUV204.3584.91117.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 227 (89.06% from 255) = 41.73%
BLUE value IS 128 (50.39% from 255) = 23.53%
R=34.74%
G=41.73%
B=23.53%

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
Decimal1892271280.1700.440.1183.0363.8769.61
HexBDE3801102CB534046
Octal2753432002105413123100106
Binary1011110111100011100000001000101011001011101001110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE380; }

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

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

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

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

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

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

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

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