Html Css Color HEX #B8D72F Fuego

📋 copy color: '#B8D72F'

red 184 ◦ green 215 ◦ blue 47

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

Shades of Fuego #B8D72F

Tints of Fuego #B8D72F

RGB

 RED value IS 184 (72.27% from 255) = 41.26%

 GREEN value IS 215 (84.38% from 255) = 48.21%

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

R = 41.26%
G = 48.21%
B = 10.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#B8D72F (or 0xB8D72F) is known color: Fuego. HEX triplet: B8, D7 and 2F. RGB value is (184,215,47). Sum of RGB (Red+Green+Blue) = 184+215+47=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 47 (18.75% from 255 or 10.54% from 446); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D72F is #4728D0. Grayscale: #BBBBBB. Windows color (decimal): -4663505 or 3135416. OLE color: 3135416.

HSL color Cylindrical-coordinate representation of color #B8D72F: hue angle of 71.07º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8D72F is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 215 47 -
CMYK 0.14 0 0.78 0.16
HSL 71.07º 0.68% 0.51% -
HSV(B) 71.07º 0.78% 0.84% -
XYZ 44.58 59 11.73 -
YUV 186.58 49.23 126.16 -
System Red Green Blue C M Y K H S L
Decimal 184 215 47 0.14 0 0.78 0.16 71.07 0.68 0.51
Hex B8 D7 2F E 0 4E 10 47 44 33
Octal 270 327 57 16 0 116 20 107 104 63
Binary 10111000 11010111 101111 1110 0 1001110 10000 1000111 1000100 110011

Color Harmonies of #B8D72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D72F

Black with #B8D72F

Text Example


Text Example

White with #B8D72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D72F; }

 p { color: rgb(184,215,47); }

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

background-color css

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

 a { background-color: rgb(184,215,47); }

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

border-color css

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

 span { border-color: rgb(184,215,47); }

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