#BDFE3F

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

Shades of Green Yellow #BDFE3F

Tints of Green Yellow #BDFE3F

Color information

#BDFE3F (or 0xBDFE3F) is unknown color: approx Green Yellow. HEX triplet: BD, FE and 3F. RGB value is (189,254,63). Sum of RGB (Red+Green+Blue) = 189+254+63=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 63 (25% from 255 or 12.45% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFE3F is #4201C0. Grayscale: #D5D5D5. Windows color (decimal): -4325825 or 4193981. OLE color: 4193981.

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

Color convert

RGB18925463-
CMYK0.2600.750.00
HSL80.42º98.96%62.16%-
HSV(B)80.42º75.2%99.61%-
XYZ57.3382.0617.52-
YUV212.7943.47111.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.35%
GREEN value IS 254 (99.61% from 255) = 50.20%
BLUE value IS 63 (25% from 255) = 12.45%
R=37.35%
G=50.20%
B=12.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal189254630.2600.750.0080.4298.9662.16
HexBDFE3F1A04B050633e
Octal27537677320113012014376
Binary10111101111111101111111101001001011010100001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFE3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFE3F; }

 p { color: rgb(189,254,63); }

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

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

 a { background-color: rgb(189,254,63); }

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

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

 span { border-color: rgb(189,254,63); }

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