#BDFF40

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

Shades of Green Yellow #BDFF40

Tints of Green Yellow #BDFF40

Color information

#BDFF40 (or 0xBDFF40) is unknown color: approx Green Yellow. HEX triplet: BD, FF and 40. RGB value is (189,255,64). Sum of RGB (Red+Green+Blue) = 189+255+64=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 64 (25.39% from 255 or 12.60% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFF40 is #4200BF. Grayscale: #D6D6D6. Windows color (decimal): -4325568 or 4259773. OLE color: 4259773.

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

Color convert

RGB18925564-
CMYK0.2600.750
HSL80.73º100%62.55%-
HSV(B)80.73º74.9%100%-
XYZ57.6782.7117.78-
YUV213.4943.63110.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 255 (100% from 255) = 50.20%
BLUE value IS 64 (25.39% from 255) = 12.60%
R=37.20%
G=50.20%
B=12.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal189255640.2600.75080.7310062.55
HexBDFF401A04B051643f
Octal275377100320113012114477
Binary101111011111111110000001101001001011010100011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFF40; }

 p { color: rgb(189,255,64); }

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

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

 a { background-color: rgb(189,255,64); }

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

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

 span { border-color: rgb(189,255,64); }

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