Html Css Color HEX #BDFE1A Green Yellow

📋 copy color: '#BDFE1A'

red 189 ◦ green 254 ◦ blue 26

#BDFE1A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Yellow #BDFE1A

Tints of Green Yellow #BDFE1A

RGB

 RED value IS 189 (74.22% from 255) = 40.3%

 GREEN value IS 254 (99.61% from 255) = 54.16%

 BLUE value IS 26 (10.55% from 255) = 5.54%

R = 40.3%
G = 54.16%
B = 5.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#BDFE1A (or 0xBDFE1A) is known color: Green Yellow. HEX triplet: BD, FE and 1A. RGB value is (189,254,26). Sum of RGB (Red+Green+Blue) = 189+254+26=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 254 (99.61% from 255 or 54.16% from 469); Blue value is 26 (10.55% from 255 or 5.54% from 469); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFE1A is #4201E5. Grayscale: #D1D1D1. Windows color (decimal): -4325862 or 1769149. OLE color: 1769149.

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

Color convert

RGB 189 254 26 -
CMYK 0.26 0 0.90 0.00
HSL 77.11º 0.99% 0.55% -
HSV(B) 77.11º 0.9% 1% -
XYZ 56.61 81.78 13.78 -
YUV 208.57 24.97 114.04 -
System Red Green Blue C M Y K H S L
Decimal 189 254 26 0.26 0 0.90 0.00 77.11 0.99 0.55
Hex BD FE 1A 1A 0 5A 0 4D 63 37
Octal 275 376 32 32 0 132 0 115 143 67
Binary 10111101 11111110 11010 11010 0 1011010 0 1001101 1100011 110111

Color Harmonies of #BDFE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFE1A

Black with #BDFE1A

Text Example


Text Example

White with #BDFE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFE1A; }

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

 H1.HeaderClassName
 {
   color: #BDFE1A;
 }
 .AnyTagClassName
 {
   color: #BDFE1A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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