#BDFA26

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

Shades of Green Yellow #BDFA26

Tints of Green Yellow #BDFA26

Color information

#BDFA26 (or 0xBDFA26) is unknown color: approx Green Yellow. HEX triplet: BD, FA and 26. RGB value is (189,250,38). Sum of RGB (Red+Green+Blue) = 189+250+38=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 250 (98.05% from 255 or 52.41% from 477); Blue value is 38 (15.23% from 255 or 7.97% from 477); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFA26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFA26 is #4205D9. Grayscale: #D0D0D0. Windows color (decimal): -4326874 or 2554557. OLE color: 2554557.

HSL color Cylindrical-coordinate representation of color #BDFA26: hue angle of 77.26º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDFA26 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB18925038-
CMYK0.2400.850.02
HSL77.26º95.5%56.47%-
HSV(B)77.26º84.8%98.04%-
XYZ55.5279.3314.22-
YUV207.5932.29114.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.62%
GREEN value IS 250 (98.05% from 255) = 52.41%
BLUE value IS 38 (15.23% from 255) = 7.97%
R=39.62%
G=52.41%
B=7.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal189250380.2400.850.0277.2695.556.47
HexBDFA261805524d5f38
Octal27537246300125211513770
Binary101111011111101010011011000010101011010011011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFA26; }

 p { color: rgb(189,250,38); }

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

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

 a { background-color: rgb(189,250,38); }

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

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

 span { border-color: rgb(189,250,38); }

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