#BDE781

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

Shades of Sulu #BDE781

Tints of Sulu #BDE781

Color information

#BDE781 (or 0xBDE781) is unknown color: approx Sulu. HEX triplet: BD, E7 and 81. RGB value is (189,231,129). Sum of RGB (Red+Green+Blue) = 189+231+129=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 231 (90.62% from 255 or 42.08% from 549); Blue value is 129 (50.78% from 255 or 23.50% from 549); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE781 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE781 is #42187E. Grayscale: #CFCFCF. Windows color (decimal): -4331647 or 8513469. OLE color: 8513469.

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

Color convert

RGB189231129-
CMYK0.1800.440.09
HSL84.71º68%70.59%-
HSV(B)84.71º44.16%90.59%-
XYZ53.5269.5631.37-
YUV206.8184.09115.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.43%
GREEN value IS 231 (90.62% from 255) = 42.08%
BLUE value IS 129 (50.78% from 255) = 23.50%
R=34.43%
G=42.08%
B=23.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892311290.1800.440.0984.716870.59
HexBDE7811202C9554447
Octal2753472012205411125104107
Binary1011110111100111100000011001001011001001101010110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE781; }

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

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

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

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

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

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

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

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