Html Css Color HEX #BDF820 Green Yellow

📋 copy color: '#BDF820'

red 189 ◦ green 248 ◦ blue 32

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

Shades of Green Yellow #BDF820

Tints of Green Yellow #BDF820

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.88%

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

R = 40.3%
G = 52.88%
B = 6.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#BDF820 (or 0xBDF820) is known color: Green Yellow. HEX triplet: BD, F8 and 20. RGB value is (189,248,32). Sum of RGB (Red+Green+Blue) = 189+248+32=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 248 (97.27% from 255 or 52.88% from 469); Blue value is 32 (12.89% from 255 or 6.82% from 469); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF820 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF820 is #4207DF. Grayscale: #CECECE. Windows color (decimal): -4327392 or 2160829. OLE color: 2160829.

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

Color convert

RGB 189 248 32 -
CMYK 0.24 0 0.87 0.03
HSL 76.39º 0.94% 0.55% -
HSV(B) 76.39º 0.87% 0.97% -
XYZ 54.81 78.06 13.54 -
YUV 205.74 29.95 116.06 -
System Red Green Blue C M Y K H S L
Decimal 189 248 32 0.24 0 0.87 0.03 76.39 0.94 0.55
Hex BD F8 20 18 0 57 3 4C 5E 37
Octal 275 370 40 30 0 127 3 114 136 67
Binary 10111101 11111000 100000 11000 0 1010111 11 1001100 1011110 110111

Color Harmonies of #BDF820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF820

Black with #BDF820

Text Example


Text Example

White with #BDF820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF820; }

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

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

background-color css

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

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

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

border-color css

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

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

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