Html Css Color HEX #B5D42E Fuego

📋 copy color: '#B5D42E'

red 181 ◦ green 212 ◦ blue 46

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

Shades of Fuego #B5D42E

Tints of Fuego #B5D42E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.29%

 BLUE value IS 46 (18.36% from 255) = 10.48%

R = 41.23%
G = 48.29%
B = 10.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#B5D42E (or 0xB5D42E) is known color: Fuego. HEX triplet: B5, D4 and 2E. RGB value is (181,212,46). Sum of RGB (Red+Green+Blue) = 181+212+46=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 46 (18.36% from 255 or 10.48% from 439); Max value from RGB is 212 - color contains mainly: green. Hex color #B5D42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D42E is #4A2BD1. Grayscale: #B8B8B8. Windows color (decimal): -4860882 or 3069109. OLE color: 3069109.

HSL color Cylindrical-coordinate representation of color #B5D42E: hue angle of 71.2º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5D42E is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 181 212 46 -
CMYK 0.15 0 0.78 0.17
HSL 71.2º 0.66% 0.51% -
HSV(B) 71.2º 0.78% 0.83% -
XYZ 43.09 57.11 11.34 -
YUV 183.81 50.23 126 -
System Red Green Blue C M Y K H S L
Decimal 181 212 46 0.15 0 0.78 0.17 71.2 0.66 0.51
Hex B5 D4 2E F 0 4E 11 47 42 33
Octal 265 324 56 17 0 116 21 107 102 63
Binary 10110101 11010100 101110 1111 0 1001110 10001 1000111 1000010 110011

Color Harmonies of #B5D42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D42E

Black with #B5D42E

Text Example


Text Example

White with #B5D42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D42E; }

 p { color: rgb(181,212,46); }

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

background-color css

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

 a { background-color: rgb(181,212,46); }

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

border-color css

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

 span { border-color: rgb(181,212,46); }

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