#BDF132

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

Shades of Green Yellow #BDF132

Tints of Green Yellow #BDF132

Color information

#BDF132 (or 0xBDF132) is unknown color: approx Green Yellow. HEX triplet: BD, F1 and 32. RGB value is (189,241,50). Sum of RGB (Red+Green+Blue) = 189+241+50=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 241 (94.53% from 255 or 50.21% from 480); Blue value is 50 (19.92% from 255 or 10.42% from 480); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF132 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF132 is #420ECD. Grayscale: #CCCCCC. Windows color (decimal): -4329166 or 3338685. OLE color: 3338685.

HSL color Cylindrical-coordinate representation of color #BDF132: hue angle of 76.34º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDF132 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB18924150-
CMYK0.2200.790.05
HSL76.34º87.21%57.06%-
HSV(B)76.34º79.25%94.51%-
XYZ53.0273.9614.5-
YUV203.6841.27117.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.38%
GREEN value IS 241 (94.53% from 255) = 50.21%
BLUE value IS 50 (19.92% from 255) = 10.42%
R=39.38%
G=50.21%
B=10.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal189241500.2200.790.0576.3487.2157.06
HexBDF1321604F54c5739
Octal27536162260117511412771
Binary1011110111110001110010101100100111110110011001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF132; }

 p { color: rgb(189,241,50); }

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

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

 a { background-color: rgb(189,241,50); }

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

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

 span { border-color: rgb(189,241,50); }

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