Html Css Color HEX #B4D729 Fuego

📋 copy color: '#B4D729'

red 180 ◦ green 215 ◦ blue 41

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

Shades of Fuego #B4D729

Tints of Fuego #B4D729

RGB

 RED value IS 180 (70.7% from 255) = 41.28%

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

 BLUE value IS 41 (16.41% from 255) = 9.4%

R = 41.28%
G = 49.31%
B = 9.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#B4D729 (or 0xB4D729) is known color: Fuego. HEX triplet: B4, D7 and 29. RGB value is (180,215,41). Sum of RGB (Red+Green+Blue) = 180+215+41=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 215 (84.38% from 255 or 49.31% from 436); Blue value is 41 (16.41% from 255 or 9.40% from 436); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D729 is #4B28D6. Grayscale: #B9B9B9. Windows color (decimal): -4925655 or 2742196. OLE color: 2742196.

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

Color convert

RGB 180 215 41 -
CMYK 0.16 0 0.81 0.16
HSL 72.07º 0.69% 0.5% -
HSV(B) 72.07º 0.81% 0.84% -
XYZ 43.52 58.46 11.09 -
YUV 184.7 46.9 124.65 -
System Red Green Blue C M Y K H S L
Decimal 180 215 41 0.16 0 0.81 0.16 72.07 0.69 0.5
Hex B4 D7 29 10 0 51 10 48 45 32
Octal 264 327 51 20 0 121 20 110 105 62
Binary 10110100 11010111 101001 10000 0 1010001 10000 1001000 1000101 110010

Color Harmonies of #B4D729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D729

Black with #B4D729

Text Example


Text Example

White with #B4D729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D729; }

 p { color: rgb(180,215,41); }

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

background-color css

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

 a { background-color: rgb(180,215,41); }

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

border-color css

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

 span { border-color: rgb(180,215,41); }

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