Html Css Color HEX #BDF920 Green Yellow

📋 copy color: '#BDF920'

red 189 ◦ green 249 ◦ blue 32

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

Shades of Green Yellow #BDF920

Tints of Green Yellow #BDF920

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.98%

 BLUE value IS 32 (12.89% from 255) = 6.81%

R = 40.21%
G = 52.98%
B = 6.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#BDF920 (or 0xBDF920) is known color: Green Yellow. HEX triplet: BD, F9 and 20. RGB value is (189,249,32). Sum of RGB (Red+Green+Blue) = 189+249+32=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 249 (97.66% from 255 or 52.98% from 470); Blue value is 32 (12.89% from 255 or 6.81% from 470); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF920 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF920 is #4206DF. Grayscale: #CFCFCF. Windows color (decimal): -4327136 or 2161085. OLE color: 2161085.

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

Color convert

RGB 189 249 32 -
CMYK 0.24 0 0.87 0.02
HSL 76.59º 0.95% 0.55% -
HSV(B) 76.59º 0.87% 0.98% -
XYZ 55.12 78.67 13.65 -
YUV 206.32 29.62 115.64 -
System Red Green Blue C M Y K H S L
Decimal 189 249 32 0.24 0 0.87 0.02 76.59 0.95 0.55
Hex BD F9 20 18 0 57 2 4D 5F 37
Octal 275 371 40 30 0 127 2 115 137 67
Binary 10111101 11111001 100000 11000 0 1010111 10 1001101 1011111 110111

Color Harmonies of #BDF920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF920

Black with #BDF920

Text Example


Text Example

White with #BDF920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF920; }

 p { color: rgb(189,249,32); }

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

background-color css

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

 a { background-color: rgb(189,249,32); }

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

border-color css

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

 span { border-color: rgb(189,249,32); }

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