Html Css Color HEX #BDFB31 Green Yellow

📋 copy color: '#BDFB31'

red 189 ◦ green 251 ◦ blue 49

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

Shades of Green Yellow #BDFB31

Tints of Green Yellow #BDFB31

RGB

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

 GREEN value IS 251 (98.44% from 255) = 51.33%

 BLUE value IS 49 (19.53% from 255) = 10.02%

R = 38.65%
G = 51.33%
B = 10.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#BDFB31 (or 0xBDFB31) is known color: Green Yellow. HEX triplet: BD, FB and 31. RGB value is (189,251,49). Sum of RGB (Red+Green+Blue) = 189+251+49=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 251 (98.44% from 255 or 51.33% from 489); Blue value is 49 (19.53% from 255 or 10.02% from 489); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFB31 is #4204CE. Grayscale: #D2D2D2. Windows color (decimal): -4326607 or 3275709. OLE color: 3275709.

HSL color Cylindrical-coordinate representation of color #BDFB31: hue angle of 78.42º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDFB31 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 251 49 -
CMYK 0.25 0 0.80 0.02
HSL 78.42º 0.96% 0.59% -
HSV(B) 78.42º 0.8% 0.98% -
XYZ 56.04 80.03 15.4 -
YUV 209.43 37.46 113.43 -
System Red Green Blue C M Y K H S L
Decimal 189 251 49 0.25 0 0.80 0.02 78.42 0.96 0.59
Hex BD FB 31 19 0 50 2 4E 60 3B
Octal 275 373 61 31 0 120 2 116 140 73
Binary 10111101 11111011 110001 11001 0 1010000 10 1001110 1100000 111011

Color Harmonies of #BDFB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB31

Black with #BDFB31

Text Example


Text Example

White with #BDFB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB31; }

 p { color: rgb(189,251,49); }

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

background-color css

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

 a { background-color: rgb(189,251,49); }

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

border-color css

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

 span { border-color: rgb(189,251,49); }

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