#BDF483

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

Shades of Sulu #BDF483

Tints of Sulu #BDF483

Color information

#BDF483 (or 0xBDF483) is unknown color: approx Sulu. HEX triplet: BD, F4 and 83. RGB value is (189,244,131). Sum of RGB (Red+Green+Blue) = 189+244+131=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 244 (95.70% from 255 or 43.26% from 564); Blue value is 131 (51.56% from 255 or 23.23% from 564); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF483 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF483 is #420B7C. Grayscale: #D7D7D7. Windows color (decimal): -4328317 or 8647869. OLE color: 8647869.

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

Color convert

RGB189244131-
CMYK0.2300.460.04
HSL89.2º83.7%73.53%-
HSV(B)89.2º46.31%95.69%-
XYZ57.4377.1633.34-
YUV214.6780.78109.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.51%
GREEN value IS 244 (95.70% from 255) = 43.26%
BLUE value IS 131 (51.56% from 255) = 23.23%
R=33.51%
G=43.26%
B=23.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892441310.2300.460.0489.283.773.53
HexBDF4831702E459544a
Octal275364203270564131124112
Binary101111011111010010000011101110101110100101100110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF483; }

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

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

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

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

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

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

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

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