Html Css Color HEX #BDF82F Green Yellow

📋 copy color: '#BDF82F'

red 189 ◦ green 248 ◦ blue 47

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

Shades of Green Yellow #BDF82F

Tints of Green Yellow #BDF82F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.71%

R = 39.05%
G = 51.24%
B = 9.71%

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

#BDF82F (or 0xBDF82F) is known color: Green Yellow. HEX triplet: BD, F8 and 2F. RGB value is (189,248,47). Sum of RGB (Red+Green+Blue) = 189+248+47=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 248 (97.27% from 255 or 51.24% from 484); Blue value is 47 (18.75% from 255 or 9.71% from 484); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF82F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF82F is #4207D0. Grayscale: #D0D0D0. Windows color (decimal): -4327377 or 3143869. OLE color: 3143869.

HSL color Cylindrical-coordinate representation of color #BDF82F: hue angle of 77.61º degrees, saturation: 0.93, 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 #BDF82F is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 248 47 -
CMYK 0.24 0 0.81 0.03
HSL 77.61º 0.93% 0.58% -
HSV(B) 77.61º 0.81% 0.97% -
XYZ 55.07 78.16 14.87 -
YUV 207.45 37.45 114.84 -
System Red Green Blue C M Y K H S L
Decimal 189 248 47 0.24 0 0.81 0.03 77.61 0.93 0.58
Hex BD F8 2F 18 0 51 3 4E 5D 3A
Octal 275 370 57 30 0 121 3 116 135 72
Binary 10111101 11111000 101111 11000 0 1010001 11 1001110 1011101 111010

Color Harmonies of #BDF82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF82F

Black with #BDF82F

Text Example


Text Example

White with #BDF82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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