#BDF73F

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

Shades of Green Yellow #BDF73F

Tints of Green Yellow #BDF73F

Color information

#BDF73F (or 0xBDF73F) is unknown color: approx Green Yellow. HEX triplet: BD, F7 and 3F. RGB value is (189,247,63). Sum of RGB (Red+Green+Blue) = 189+247+63=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 247 (96.88% from 255 or 49.50% from 499); Blue value is 63 (25% from 255 or 12.63% from 499); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF73F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF73F is #4208C0. Grayscale: #D1D1D1. Windows color (decimal): -4327617 or 4192189. OLE color: 4192189.

HSL color Cylindrical-coordinate representation of color #BDF73F: hue angle of 78.91º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDF73F is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB18924763-
CMYK0.2300.740.03
HSL78.91º92%60.78%-
HSV(B)78.91º74.49%96.86%-
XYZ55.1477.716.79-
YUV208.6845.78113.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 247 (96.88% from 255) = 49.50%
BLUE value IS 63 (25% from 255) = 12.63%
R=37.88%
G=49.50%
B=12.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal189247630.2300.740.0378.919260.78
HexBDF73F1704A34f5c3d
Octal27536777270112311713475
Binary101111011111011111111110111010010101110011111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF73F; }

 p { color: rgb(189,247,63); }

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

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

 a { background-color: rgb(189,247,63); }

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

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

 span { border-color: rgb(189,247,63); }

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