Html Css Color HEX #BDFE1F Green Yellow

📋 copy color: '#BDFE1F'

red 189 ◦ green 254 ◦ blue 31

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

Shades of Green Yellow #BDFE1F

Tints of Green Yellow #BDFE1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.54%

R = 39.87%
G = 53.59%
B = 6.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#BDFE1F (or 0xBDFE1F) is known color: Green Yellow. HEX triplet: BD, FE and 1F. RGB value is (189,254,31). Sum of RGB (Red+Green+Blue) = 189+254+31=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 254 (99.61% from 255 or 53.59% from 474); Blue value is 31 (12.5% from 255 or 6.54% from 474); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFE1F is #4201E0. Grayscale: #D1D1D1. Windows color (decimal): -4325857 or 2096829. OLE color: 2096829.

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

Color convert

RGB 189 254 31 -
CMYK 0.26 0 0.88 0.00
HSL 77.49º 0.99% 0.56% -
HSV(B) 77.49º 0.88% 1% -
XYZ 56.68 81.8 14.1 -
YUV 209.14 27.47 113.63 -
System Red Green Blue C M Y K H S L
Decimal 189 254 31 0.26 0 0.88 0.00 77.49 0.99 0.56
Hex BD FE 1F 1A 0 58 0 4D 63 38
Octal 275 376 37 32 0 130 0 115 143 70
Binary 10111101 11111110 11111 11010 0 1011000 0 1001101 1100011 111000

Color Harmonies of #BDFE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFE1F

Black with #BDFE1F

Text Example


Text Example

White with #BDFE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFE1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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