Html Css Color HEX #B5D72F Fuego

📋 copy color: '#B5D72F'

red 181 ◦ green 215 ◦ blue 47

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

Shades of Fuego #B5D72F

Tints of Fuego #B5D72F

RGB

 RED value IS 181 (71.09% from 255) = 40.86%

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

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

R = 40.86%
G = 48.53%
B = 10.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#B5D72F (or 0xB5D72F) is known color: Fuego. HEX triplet: B5, D7 and 2F. RGB value is (181,215,47). Sum of RGB (Red+Green+Blue) = 181+215+47=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 215 (84.38% from 255 or 48.53% from 443); Blue value is 47 (18.75% from 255 or 10.61% from 443); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D72F is #4A28D0. Grayscale: #BABABA. Windows color (decimal): -4860113 or 3135413. OLE color: 3135413.

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

Color convert

RGB 181 215 47 -
CMYK 0.16 0 0.78 0.16
HSL 72.14º 0.68% 0.51% -
HSV(B) 72.14º 0.78% 0.84% -
XYZ 43.87 58.63 11.69 -
YUV 185.68 49.74 124.66 -
System Red Green Blue C M Y K H S L
Decimal 181 215 47 0.16 0 0.78 0.16 72.14 0.68 0.51
Hex B5 D7 2F 10 0 4E 10 48 44 33
Octal 265 327 57 20 0 116 20 110 104 63
Binary 10110101 11010111 101111 10000 0 1001110 10000 1001000 1000100 110011

Color Harmonies of #B5D72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D72F

Black with #B5D72F

Text Example


Text Example

White with #B5D72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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