#BDF983

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

Shades of Sulu #BDF983

Tints of Sulu #BDF983

Color information

#BDF983 (or 0xBDF983) is unknown color: approx Sulu. HEX triplet: BD, F9 and 83. RGB value is (189,249,131). Sum of RGB (Red+Green+Blue) = 189+249+131=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 131 (51.56% from 255 or 23.02% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF983 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF983 is #42067C. Grayscale: #DADADA. Windows color (decimal): -4327037 or 8649149. OLE color: 8649149.

HSL color Cylindrical-coordinate representation of color #BDF983: hue angle of 90.51º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDF983 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB189249131-
CMYK0.2400.470.02
HSL90.51º90.77%74.51%-
HSV(B)90.51º47.39%97.65%-
XYZ58.9680.2133.85-
YUV217.6179.12107.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.22%
GREEN value IS 249 (97.66% from 255) = 43.76%
BLUE value IS 131 (51.56% from 255) = 23.02%
R=33.22%
G=43.76%
B=23.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892491310.2400.470.0290.5190.7774.51
HexBDF9831802F25b5b4b
Octal275371203300572133133113
Binary10111101111110011000001111000010111110101101110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF983; }

 p { color: rgb(189,249,131); }

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

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

 a { background-color: rgb(189,249,131); }

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

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

 span { border-color: rgb(189,249,131); }

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