#BDE77F

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

Shades of Sulu #BDE77F

Tints of Sulu #BDE77F

Color information

#BDE77F (or 0xBDE77F) is unknown color: approx Sulu. HEX triplet: BD, E7 and 7F. RGB value is (189,231,127). Sum of RGB (Red+Green+Blue) = 189+231+127=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 127 (50% from 255 or 23.22% from 547); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE77F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE77F is #421880. Grayscale: #CECECE. Windows color (decimal): -4331649 or 8382397. OLE color: 8382397.

HSL color Cylindrical-coordinate representation of color #BDE77F: hue angle of 84.23º 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 #BDE77F is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB189231127-
CMYK0.1800.450.09
HSL84.23º68.42%70.2%-
HSV(B)84.23º45.02%90.59%-
XYZ53.3969.530.68-
YUV206.5983.09115.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 231 (90.62% from 255) = 42.23%
BLUE value IS 127 (50% from 255) = 23.22%
R=34.55%
G=42.23%
B=23.22%

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
Decimal1892311270.1800.450.0984.2368.4270.2
HexBDE77F1202D9544446
Octal2753471772205511124104106
Binary101111011110011111111111001001011011001101010010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE77F; }

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

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

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

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

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

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

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

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