Html Css Color HEX #B4D52F Fuego

📋 copy color: '#B4D52F'

red 180 ◦ green 213 ◦ blue 47

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

Shades of Fuego #B4D52F

Tints of Fuego #B4D52F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.41%

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

R = 40.91%
G = 48.41%
B = 10.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#B4D52F (or 0xB4D52F) is known color: Fuego. HEX triplet: B4, D5 and 2F. RGB value is (180,213,47). Sum of RGB (Red+Green+Blue) = 180+213+47=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 47 (18.75% from 255 or 10.68% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D52F is #4B2AD0. Grayscale: #B8B8B8. Windows color (decimal): -4926161 or 3134900. OLE color: 3134900.

HSL color Cylindrical-coordinate representation of color #B4D52F: hue angle of 71.93º degrees, saturation: 0.66, 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 #B4D52F is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 213 47 -
CMYK 0.15 0 0.78 0.16
HSL 71.93º 0.66% 0.51% -
HSV(B) 71.93º 0.78% 0.84% -
XYZ 43.13 57.5 11.51 -
YUV 184.21 50.57 125 -
System Red Green Blue C M Y K H S L
Decimal 180 213 47 0.15 0 0.78 0.16 71.93 0.66 0.51
Hex B4 D5 2F F 0 4E 10 48 42 33
Octal 264 325 57 17 0 116 20 110 102 63
Binary 10110100 11010101 101111 1111 0 1001110 10000 1001000 1000010 110011

Color Harmonies of #B4D52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D52F

Black with #B4D52F

Text Example


Text Example

White with #B4D52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D52F; }

 p { color: rgb(180,213,47); }

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

background-color css

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

 a { background-color: rgb(180,213,47); }

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

border-color css

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

 span { border-color: rgb(180,213,47); }

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