Html Css Color HEX #B5D721 Fuego

📋 copy color: '#B5D721'

red 181 ◦ green 215 ◦ blue 33

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

Shades of Fuego #B5D721

Tints of Fuego #B5D721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.69%

R = 42.19%
G = 50.12%
B = 7.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#B5D721 (or 0xB5D721) is known color: Fuego. HEX triplet: B5, D7 and 21. RGB value is (181,215,33). Sum of RGB (Red+Green+Blue) = 181+215+33=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 215 (84.38% from 255 or 50.12% from 429); Blue value is 33 (13.28% from 255 or 7.69% from 429); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D721 is #4A28DE. Grayscale: #B8B8B8. Windows color (decimal): -4860127 or 2217909. OLE color: 2217909.

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

Color convert

RGB 181 215 33 -
CMYK 0.16 0 0.85 0.16
HSL 71.21º 0.73% 0.49% -
HSV(B) 71.21º 0.85% 0.84% -
XYZ 43.63 58.53 10.44 -
YUV 184.09 42.74 125.8 -
System Red Green Blue C M Y K H S L
Decimal 181 215 33 0.16 0 0.85 0.16 71.21 0.73 0.49
Hex B5 D7 21 10 0 55 10 47 49 31
Octal 265 327 41 20 0 125 20 107 111 61
Binary 10110101 11010111 100001 10000 0 1010101 10000 1000111 1001001 110001

Color Harmonies of #B5D721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D721

Black with #B5D721

Text Example


Text Example

White with #B5D721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D721; }

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

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

background-color css

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

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

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

border-color css

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

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

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