#BDF581

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

Shades of Sulu #BDF581

Tints of Sulu #BDF581

Color information

#BDF581 (or 0xBDF581) is unknown color: approx Sulu. HEX triplet: BD, F5 and 81. RGB value is (189,245,129). Sum of RGB (Red+Green+Blue) = 189+245+129=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 129 (50.78% from 255 or 22.91% from 563); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF581 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF581 is #420A7E. Grayscale: #D7D7D7. Windows color (decimal): -4328063 or 8517053. OLE color: 8517053.

HSL color Cylindrical-coordinate representation of color #BDF581: hue angle of 88.97º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDF581 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB189245129-
CMYK0.2300.470.04
HSL88.97º85.29%73.33%-
HSV(B)88.97º47.35%96.08%-
XYZ57.677.7132.73-
YUV215.0379.45109.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.57%
GREEN value IS 245 (96.09% from 255) = 43.52%
BLUE value IS 129 (50.78% from 255) = 22.91%
R=33.57%
G=43.52%
B=22.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892451290.2300.470.0488.9785.2973.33
HexBDF5811702F4595549
Octal275365201270574131125111
Binary101111011111010110000001101110101111100101100110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF581; }

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

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

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

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

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

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

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

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