#BDED81

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

Shades of Sulu #BDED81

Tints of Sulu #BDED81

Color information

#BDED81 (or 0xBDED81) is unknown color: approx Sulu. HEX triplet: BD, ED and 81. RGB value is (189,237,129). Sum of RGB (Red+Green+Blue) = 189+237+129=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 129 (50.78% from 255 or 23.24% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDED81 is #42127E. Grayscale: #D2D2D2. Windows color (decimal): -4330111 or 8515005. OLE color: 8515005.

HSL color Cylindrical-coordinate representation of color #BDED81: hue angle of 86.67º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDED81 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB189237129-
CMYK0.2000.460.07
HSL86.67º75%71.76%-
HSV(B)86.67º45.57%92.94%-
XYZ55.2372.9731.94-
YUV210.3482.1112.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 237 (92.97% from 255) = 42.70%
BLUE value IS 129 (50.78% from 255) = 23.24%
R=34.05%
G=42.70%
B=23.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892371290.2000.460.0786.677571.76
HexBDED811402E7574b48
Octal275355201240567127113110
Binary101111011110110110000001101000101110111101011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDED81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDED81; }

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

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

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

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

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

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

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

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