#BDFF4E

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

Shades of Green Yellow #BDFF4E

Tints of Green Yellow #BDFF4E

Color information

#BDFF4E (or 0xBDFF4E) is unknown color: approx Green Yellow. HEX triplet: BD, FF and 4E. RGB value is (189,255,78). Sum of RGB (Red+Green+Blue) = 189+255+78=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 78 (30.86% from 255 or 14.94% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF4E is #4200B1. Grayscale: #D7D7D7. Windows color (decimal): -4325554 or 5177277. OLE color: 5177277.

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

Color convert

RGB18925578-
CMYK0.2600.690
HSL82.37º100%65.29%-
HSV(B)82.37º69.41%100%-
XYZ58.1282.8920.14-
YUV215.0950.63109.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 255 (100% from 255) = 48.85%
BLUE value IS 78 (30.86% from 255) = 14.94%
R=36.21%
G=48.85%
B=14.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal189255780.2600.69082.3710065.29
HexBDFF4E1A0450526441
Octal2753771163201050122144101
Binary1011110111111111100111011010010001010101001011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFF4E; }

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

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

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

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

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

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

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

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