Html Css Color HEX #BADF25 Fuego

📋 copy color: '#BADF25'

red 186 ◦ green 223 ◦ blue 37

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

Shades of Fuego #BADF25

Tints of Fuego #BADF25

RGB

 RED value IS 186 (73.05% from 255) = 41.7%

 GREEN value IS 223 (87.5% from 255) = 50%

 BLUE value IS 37 (14.84% from 255) = 8.3%

R = 41.7%
G = 50%
B = 8.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#BADF25 (or 0xBADF25) is known color: Fuego. HEX triplet: BA, DF and 25. RGB value is (186,223,37). Sum of RGB (Red+Green+Blue) = 186+223+37=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 37 (14.84% from 255 or 8.30% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADF25 is #4520DA. Grayscale: #BFBFBF. Windows color (decimal): -4530395 or 2482106. OLE color: 2482106.

HSL color Cylindrical-coordinate representation of color #BADF25: hue angle of 71.94º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BADF25 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 223 37 -
CMYK 0.17 0 0.83 0.13
HSL 71.94º 0.74% 0.51% -
HSV(B) 71.94º 0.83% 0.87% -
XYZ 46.97 63.35 11.5 -
YUV 190.73 41.24 124.62 -
System Red Green Blue C M Y K H S L
Decimal 186 223 37 0.17 0 0.83 0.13 71.94 0.74 0.51
Hex BA DF 25 11 0 53 D 48 4A 33
Octal 272 337 45 21 0 123 15 110 112 63
Binary 10111010 11011111 100101 10001 0 1010011 1101 1001000 1001010 110011

Color Harmonies of #BADF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF25

Black with #BADF25

Text Example


Text Example

White with #BADF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF25; }

 p { color: rgb(186,223,37); }

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

background-color css

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

 a { background-color: rgb(186,223,37); }

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

border-color css

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

 span { border-color: rgb(186,223,37); }

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