Html Css Color HEX #BDF231 Green Yellow

📋 copy color: '#BDF231'

red 189 ◦ green 242 ◦ blue 49

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

Shades of Green Yellow #BDF231

Tints of Green Yellow #BDF231

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.42%

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

R = 39.38%
G = 50.42%
B = 10.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#BDF231 (or 0xBDF231) is known color: Green Yellow. HEX triplet: BD, F2 and 31. RGB value is (189,242,49). Sum of RGB (Red+Green+Blue) = 189+242+49=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 242 (94.92% from 255 or 50.42% from 480); Blue value is 49 (19.53% from 255 or 10.21% from 480); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF231 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF231 is #420DCE. Grayscale: #CCCCCC. Windows color (decimal): -4328911 or 3273405. OLE color: 3273405.

HSL color Cylindrical-coordinate representation of color #BDF231: hue angle of 76.48º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDF231 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 49 -
CMYK 0.22 0 0.80 0.05
HSL 76.48º 0.88% 0.57% -
HSV(B) 76.48º 0.8% 0.95% -
XYZ 53.29 74.54 14.49 -
YUV 204.15 40.44 117.19 -
System Red Green Blue C M Y K H S L
Decimal 189 242 49 0.22 0 0.80 0.05 76.48 0.88 0.57
Hex BD F2 31 16 0 50 5 4C 58 39
Octal 275 362 61 26 0 120 5 114 130 71
Binary 10111101 11110010 110001 10110 0 1010000 101 1001100 1011000 111001

Color Harmonies of #BDF231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF231

Black with #BDF231

Text Example


Text Example

White with #BDF231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF231; }

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

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

background-color css

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

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

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

border-color css

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

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

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