#BDED77

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

Shades of Sulu #BDED77

Tints of Sulu #BDED77

Color information

#BDED77 (or 0xBDED77) is unknown color: approx Sulu. HEX triplet: BD, ED and 77. RGB value is (189,237,119). Sum of RGB (Red+Green+Blue) = 189+237+119=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 119 (46.88% from 255 or 21.83% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDED77 is #421288. Grayscale: #D1D1D1. Windows color (decimal): -4330121 or 7859645. OLE color: 7859645.

HSL color Cylindrical-coordinate representation of color #BDED77: hue angle of 84.41º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDED77 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB189237119-
CMYK0.2000.500.07
HSL84.41º76.62%69.8%-
HSV(B)84.41º49.79%92.94%-
XYZ54.672.7228.61-
YUV209.277.1113.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 237 (92.97% from 255) = 43.49%
BLUE value IS 119 (46.88% from 255) = 21.83%
R=34.68%
G=43.49%
B=21.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892371190.2000.500.0784.4176.6269.8
HexBDED77140327544d46
Octal275355167240627124115106
Binary10111101111011011110111101000110010111101010010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDED77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDED77; }

 p { color: rgb(189,237,119); }

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

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

 a { background-color: rgb(189,237,119); }

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

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

 span { border-color: rgb(189,237,119); }

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