Html Css Color HEX #B5DA2D Fuego

📋 copy color: '#B5DA2D'

red 181 ◦ green 218 ◦ blue 45

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

Shades of Fuego #B5DA2D

Tints of Fuego #B5DA2D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.1%

 BLUE value IS 45 (17.97% from 255) = 10.14%

R = 40.77%
G = 49.1%
B = 10.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#B5DA2D (or 0xB5DA2D) is known color: Fuego. HEX triplet: B5, DA and 2D. RGB value is (181,218,45). Sum of RGB (Red+Green+Blue) = 181+218+45=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 45 (17.97% from 255 or 10.14% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DA2D is #4A25D2. Grayscale: #BBBBBB. Windows color (decimal): -4859347 or 3005109. OLE color: 3005109.

HSL color Cylindrical-coordinate representation of color #B5DA2D: hue angle of 72.83º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B5DA2D is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 218 45 -
CMYK 0.17 0 0.79 0.15
HSL 72.83º 0.7% 0.52% -
HSV(B) 72.83º 0.79% 0.85% -
XYZ 44.6 60.16 11.74 -
YUV 187.22 47.74 123.57 -
System Red Green Blue C M Y K H S L
Decimal 181 218 45 0.17 0 0.79 0.15 72.83 0.7 0.52
Hex B5 DA 2D 11 0 4F F 49 46 34
Octal 265 332 55 21 0 117 17 111 106 64
Binary 10110101 11011010 101101 10001 0 1001111 1111 1001001 1000110 110100

Color Harmonies of #B5DA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DA2D

Black with #B5DA2D

Text Example


Text Example

White with #B5DA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DA2D; }

 p { color: rgb(181,218,45); }

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

background-color css

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

 a { background-color: rgb(181,218,45); }

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

border-color css

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

 span { border-color: rgb(181,218,45); }

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