Html Css Color HEX #BDF948 Green Yellow

📋 copy color: '#BDF948'

red 189 ◦ green 249 ◦ blue 72

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

Shades of Green Yellow #BDF948

Tints of Green Yellow #BDF948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.12%

R = 37.06%
G = 48.82%
B = 14.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#BDF948 (or 0xBDF948) is known color: Green Yellow. HEX triplet: BD, F9 and 48. RGB value is (189,249,72). Sum of RGB (Red+Green+Blue) = 189+249+72=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 249 (97.66% from 255 or 48.82% from 510); Blue value is 72 (28.52% from 255 or 14.12% from 510); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF948 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF948 is #4206B7. Grayscale: #D3D3D3. Windows color (decimal): -4327096 or 4782525. OLE color: 4782525.

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

Color convert

RGB 189 249 72 -
CMYK 0.24 0 0.71 0.02
HSL 80.34º 0.94% 0.63% -
HSV(B) 80.34º 0.71% 0.98% -
XYZ 56.03 79.04 18.43 -
YUV 210.88 49.62 112.39 -
System Red Green Blue C M Y K H S L
Decimal 189 249 72 0.24 0 0.71 0.02 80.34 0.94 0.63
Hex BD F9 48 18 0 47 2 50 5E 3F
Octal 275 371 110 30 0 107 2 120 136 77
Binary 10111101 11111001 1001000 11000 0 1000111 10 1010000 1011110 111111

Color Harmonies of #BDF948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF948

Black with #BDF948

Text Example


Text Example

White with #BDF948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF948; }

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

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

background-color css

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

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

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

border-color css

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

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

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