Html Css Color HEX #BDF824 Green Yellow

📋 copy color: '#BDF824'

red 189 ◦ green 248 ◦ blue 36

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

Shades of Green Yellow #BDF824

Tints of Green Yellow #BDF824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.61%

R = 39.96%
G = 52.43%
B = 7.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#BDF824 (or 0xBDF824) is known color: Green Yellow. HEX triplet: BD, F8 and 24. RGB value is (189,248,36). Sum of RGB (Red+Green+Blue) = 189+248+36=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 248 (97.27% from 255 or 52.43% from 473); Blue value is 36 (14.45% from 255 or 7.61% from 473); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF824 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF824 is #4207DB. Grayscale: #CECECE. Windows color (decimal): -4327388 or 2422973. OLE color: 2422973.

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

Color convert

RGB 189 248 36 -
CMYK 0.24 0 0.85 0.03
HSL 76.7º 0.94% 0.56% -
HSV(B) 76.7º 0.85% 0.97% -
XYZ 54.87 78.08 13.85 -
YUV 206.19 31.95 115.74 -
System Red Green Blue C M Y K H S L
Decimal 189 248 36 0.24 0 0.85 0.03 76.7 0.94 0.56
Hex BD F8 24 18 0 55 3 4D 5E 38
Octal 275 370 44 30 0 125 3 115 136 70
Binary 10111101 11111000 100100 11000 0 1010101 11 1001101 1011110 111000

Color Harmonies of #BDF824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF824

Black with #BDF824

Text Example


Text Example

White with #BDF824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF824; }

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

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

background-color css

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

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

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

border-color css

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

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

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