#BDF742

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

Shades of Green Yellow #BDF742

Tints of Green Yellow #BDF742

Color information

#BDF742 (or 0xBDF742) is unknown color: approx Green Yellow. HEX triplet: BD, F7 and 42. RGB value is (189,247,66). Sum of RGB (Red+Green+Blue) = 189+247+66=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 247 (96.88% from 255 or 49.20% from 502); Blue value is 66 (26.17% from 255 or 13.15% from 502); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF742 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF742 is #4208BD. Grayscale: #D1D1D1. Windows color (decimal): -4327614 or 4388797. OLE color: 4388797.

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

Color convert

RGB18924766-
CMYK0.2300.730.03
HSL79.23º91.88%61.37%-
HSV(B)79.23º73.28%96.86%-
XYZ55.2377.7317.25-
YUV209.0247.28113.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 247 (96.88% from 255) = 49.20%
BLUE value IS 66 (26.17% from 255) = 13.15%
R=37.65%
G=49.20%
B=13.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal189247660.2300.730.0379.2391.8861.37
HexBDF7421704934f5c3d
Octal275367102270111311713475
Binary1011110111110111100001010111010010011110011111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF742; }

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

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

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

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

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

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

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

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