#BDF738

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

Shades of Green Yellow #BDF738

Tints of Green Yellow #BDF738

Color information

#BDF738 (or 0xBDF738) is unknown color: approx Green Yellow. HEX triplet: BD, F7 and 38. RGB value is (189,247,56). Sum of RGB (Red+Green+Blue) = 189+247+56=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 247 (96.88% from 255 or 50.20% from 492); Blue value is 56 (22.27% from 255 or 11.38% from 492); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF738 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF738 is #4208C7. Grayscale: #D0D0D0. Windows color (decimal): -4327624 or 3733437. OLE color: 3733437.

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

Color convert

RGB18924756-
CMYK0.2300.770.03
HSL78.22º92.27%59.41%-
HSV(B)78.22º77.33%96.86%-
XYZ54.9677.6315.83-
YUV207.8842.28114.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 247 (96.88% from 255) = 50.20%
BLUE value IS 56 (22.27% from 255) = 11.38%
R=38.41%
G=50.20%
B=11.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal189247560.2300.770.0378.2292.2759.41
HexBDF7381704D34e5c3b
Octal27536770270115311613473
Binary101111011111011111100010111010011011110011101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF738; }

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

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

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

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

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

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

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

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