#BDFE20

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

Shades of Green Yellow #BDFE20

Tints of Green Yellow #BDFE20

Color information

#BDFE20 (or 0xBDFE20) is unknown color: approx Green Yellow. HEX triplet: BD, FE and 20. RGB value is (189,254,32). Sum of RGB (Red+Green+Blue) = 189+254+32=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 254 (99.61% from 255 or 53.47% from 475); Blue value is 32 (12.89% from 255 or 6.74% from 475); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFE20 is #4201DF. Grayscale: #D2D2D2. Windows color (decimal): -4325856 or 2162365. OLE color: 2162365.

HSL color Cylindrical-coordinate representation of color #BDFE20: hue angle of 77.57º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDFE20 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.

Color convert

RGB18925432-
CMYK0.2600.870.00
HSL77.57º99.11%56.08%-
HSV(B)77.57º87.4%99.61%-
XYZ56.6981.8114.17-
YUV209.2627.97113.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 254 (99.61% from 255) = 53.47%
BLUE value IS 32 (12.89% from 255) = 6.74%
R=39.79%
G=53.47%
B=6.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal189254320.2600.870.0077.5799.1156.08
HexBDFE201A05704e6338
Octal27537640320127011614370
Binary10111101111111101000001101001010111010011101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFE20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFE20; }

 p { color: rgb(189,254,32); }

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

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

 a { background-color: rgb(189,254,32); }

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

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

 span { border-color: rgb(189,254,32); }

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