#BDE77B

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

Shades of Sulu #BDE77B

Tints of Sulu #BDE77B

Color information

#BDE77B (or 0xBDE77B) is unknown color: approx Sulu. HEX triplet: BD, E7 and 7B. RGB value is (189,231,123). Sum of RGB (Red+Green+Blue) = 189+231+123=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 123 (48.44% from 255 or 22.65% from 543); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE77B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE77B is #421884. Grayscale: #CECECE. Windows color (decimal): -4331653 or 8120253. OLE color: 8120253.

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

Color convert

RGB189231123-
CMYK0.1800.470.09
HSL83.33º69.23%69.41%-
HSV(B)83.33º46.75%90.59%-
XYZ53.1469.429.33-
YUV206.1381.09115.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 231 (90.62% from 255) = 42.54%
BLUE value IS 123 (48.44% from 255) = 22.65%
R=34.81%
G=42.54%
B=22.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892311230.1800.470.0983.3369.2369.41
HexBDE77B1202F9534545
Octal2753471732205711123105105
Binary101111011110011111110111001001011111001101001110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE77B; }

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

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

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

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

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

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

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

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