Html Css Color HEX #B7D72A Fuego

📋 copy color: '#B7D72A'

red 183 ◦ green 215 ◦ blue 42

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

Shades of Fuego #B7D72A

Tints of Fuego #B7D72A

RGB

 RED value IS 183 (71.88% from 255) = 41.59%

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

 BLUE value IS 42 (16.8% from 255) = 9.55%

R = 41.59%
G = 48.86%
B = 9.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#B7D72A (or 0xB7D72A) is known color: Fuego. HEX triplet: B7, D7 and 2A. RGB value is (183,215,42). Sum of RGB (Red+Green+Blue) = 183+215+42=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 42 (16.80% from 255 or 9.55% from 440); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D72A is #4828D5. Grayscale: #BABABA. Windows color (decimal): -4729046 or 2807735. OLE color: 2807735.

HSL color Cylindrical-coordinate representation of color #B7D72A: hue angle of 71.1º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B7D72A is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 215 42 -
CMYK 0.15 0 0.80 0.16
HSL 71.1º 0.68% 0.5% -
HSV(B) 71.1º 0.8% 0.84% -
XYZ 44.25 58.84 11.21 -
YUV 185.71 46.9 126.07 -
System Red Green Blue C M Y K H S L
Decimal 183 215 42 0.15 0 0.80 0.16 71.1 0.68 0.5
Hex B7 D7 2A F 0 50 10 47 44 32
Octal 267 327 52 17 0 120 20 107 104 62
Binary 10110111 11010111 101010 1111 0 1010000 10000 1000111 1000100 110010

Color Harmonies of #B7D72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D72A

Black with #B7D72A

Text Example


Text Example

White with #B7D72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D72A; }

 p { color: rgb(183,215,42); }

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

background-color css

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

 a { background-color: rgb(183,215,42); }

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

border-color css

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

 span { border-color: rgb(183,215,42); }

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