#BDFD3E

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

Shades of Green Yellow #BDFD3E

Tints of Green Yellow #BDFD3E

Color information

#BDFD3E (or 0xBDFD3E) is unknown color: approx Green Yellow. HEX triplet: BD, FD and 3E. RGB value is (189,253,62). Sum of RGB (Red+Green+Blue) = 189+253+62=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 62 (24.61% from 255 or 12.30% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFD3E is #4202C1. Grayscale: #D4D4D4. Windows color (decimal): -4326082 or 4128189. OLE color: 4128189.

HSL color Cylindrical-coordinate representation of color #BDFD3E: hue angle of 80.1º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDFD3E is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB18925362-
CMYK0.2500.750.01
HSL80.1º97.95%61.76%-
HSV(B)80.1º75.49%99.22%-
XYZ56.9881.4217.27-
YUV212.0943.3111.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 253 (99.22% from 255) = 50.20%
BLUE value IS 62 (24.61% from 255) = 12.30%
R=37.5%
G=50.20%
B=12.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal189253620.2500.750.0180.197.9561.76
HexBDFD3E1904B150623e
Octal27537576310113112014276
Binary10111101111111011111101100101001011110100001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFD3E; }

 p { color: rgb(189,253,62); }

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

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

 a { background-color: rgb(189,253,62); }

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

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

 span { border-color: rgb(189,253,62); }

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