Html Css Color HEX #BDF82E Green Yellow

📋 copy color: '#BDF82E'

red 189 ◦ green 248 ◦ blue 46

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

Shades of Green Yellow #BDF82E

Tints of Green Yellow #BDF82E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.52%

R = 39.13%
G = 51.35%
B = 9.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#BDF82E (or 0xBDF82E) is known color: Green Yellow. HEX triplet: BD, F8 and 2E. RGB value is (189,248,46). Sum of RGB (Red+Green+Blue) = 189+248+46=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 248 (97.27% from 255 or 51.35% from 483); Blue value is 46 (18.36% from 255 or 9.52% from 483); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF82E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF82E is #4207D1. Grayscale: #D0D0D0. Windows color (decimal): -4327378 or 3078333. OLE color: 3078333.

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

Color convert

RGB 189 248 46 -
CMYK 0.24 0 0.81 0.03
HSL 77.52º 0.94% 0.58% -
HSV(B) 77.52º 0.81% 0.97% -
XYZ 55.05 78.15 14.77 -
YUV 207.33 36.95 114.93 -
System Red Green Blue C M Y K H S L
Decimal 189 248 46 0.24 0 0.81 0.03 77.52 0.94 0.58
Hex BD F8 2E 18 0 51 3 4E 5E 3A
Octal 275 370 56 30 0 121 3 116 136 72
Binary 10111101 11111000 101110 11000 0 1010001 11 1001110 1011110 111010

Color Harmonies of #BDF82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF82E

Black with #BDF82E

Text Example


Text Example

White with #BDF82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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