#BDE571

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

Shades of Sulu #BDE571

Tints of Sulu #BDE571

Color information

#BDE571 (or 0xBDE571) is unknown color: approx Sulu. HEX triplet: BD, E5 and 71. RGB value is (189,229,113). Sum of RGB (Red+Green+Blue) = 189+229+113=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE571 is #421A8E. Grayscale: #CCCCCC. Windows color (decimal): -4332175 or 7464381. OLE color: 7464381.

HSL color Cylindrical-coordinate representation of color #BDE571: hue angle of 80.69º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDE571 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB189229113-
CMYK0.1700.510.10
HSL80.69º69.05%67.06%-
HSV(B)80.69º50.66%89.8%-
XYZ51.9968.0526.02-
YUV203.8276.75117.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 229 (89.84% from 255) = 43.13%
BLUE value IS 113 (44.53% from 255) = 21.28%
R=35.59%
G=43.13%
B=21.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892291130.1700.510.1080.6969.0567.06
HexBDE57111033A514543
Octal2753451612106312121105103
Binary101111011110010111100011000101100111010101000110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE571; }

 p { color: rgb(189,229,113); }

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

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

 a { background-color: rgb(189,229,113); }

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

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

 span { border-color: rgb(189,229,113); }

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