#BDFD45

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

Shades of Green Yellow #BDFD45

Tints of Green Yellow #BDFD45

Color information

#BDFD45 (or 0xBDFD45) is unknown color: approx Green Yellow. HEX triplet: BD, FD and 45. RGB value is (189,253,69). Sum of RGB (Red+Green+Blue) = 189+253+69=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 69 (27.34% from 255 or 13.50% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFD45 is #4202BA. Grayscale: #D5D5D5. Windows color (decimal): -4326075 or 4586941. OLE color: 4586941.

HSL color Cylindrical-coordinate representation of color #BDFD45: hue angle of 80.87º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDFD45 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB18925369-
CMYK0.2500.730.01
HSL80.87º97.87%63.14%-
HSV(B)80.87º72.73%99.22%-
XYZ57.1981.518.35-
YUV212.8946.8110.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.99%
GREEN value IS 253 (99.22% from 255) = 49.51%
BLUE value IS 69 (27.34% from 255) = 13.50%
R=36.99%
G=49.51%
B=13.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal189253690.2500.730.0180.8797.8763.14
HexBDFD4519049151623f
Octal275375105310111112114277
Binary101111011111110110001011100101001001110100011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFD45; }

 p { color: rgb(189,253,69); }

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

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

 a { background-color: rgb(189,253,69); }

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

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

 span { border-color: rgb(189,253,69); }

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