#BDE780

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

Shades of Sulu #BDE780

Tints of Sulu #BDE780

Color information

#BDE780 (or 0xBDE780) is unknown color: approx Sulu. HEX triplet: BD, E7 and 80. RGB value is (189,231,128). Sum of RGB (Red+Green+Blue) = 189+231+128=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 231 (90.62% from 255 or 42.15% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE780 is #42187F. Grayscale: #CFCFCF. Windows color (decimal): -4331648 or 8447933. OLE color: 8447933.

HSL color Cylindrical-coordinate representation of color #BDE780: hue angle of 84.47º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDE780 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB189231128-
CMYK0.1800.450.09
HSL84.47º68.21%70.39%-
HSV(B)84.47º44.59%90.59%-
XYZ53.4669.5331.02-
YUV206.783.59115.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.49%
GREEN value IS 231 (90.62% from 255) = 42.15%
BLUE value IS 128 (50.39% from 255) = 23.36%
R=34.49%
G=42.15%
B=23.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892311280.1800.450.0984.4768.2170.39
HexBDE7801202D9544446
Octal2753472002205511124104106
Binary1011110111100111100000001001001011011001101010010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE780; }

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

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

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

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

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

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

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

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