Html Css Color HEX #B5DD33 Fuego

📋 copy color: '#B5DD33'

red 181 ◦ green 221 ◦ blue 51

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

Shades of Fuego #B5DD33

Tints of Fuego #B5DD33

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.79%

 BLUE value IS 51 (20.31% from 255) = 11.26%

R = 39.96%
G = 48.79%
B = 11.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#B5DD33 (or 0xB5DD33) is known color: Fuego. HEX triplet: B5, DD and 33. RGB value is (181,221,51). Sum of RGB (Red+Green+Blue) = 181+221+51=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 51 (20.31% from 255 or 11.26% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DD33 is #4A22CC. Grayscale: #BEBEBE. Windows color (decimal): -4858573 or 3399093. OLE color: 3399093.

HSL color Cylindrical-coordinate representation of color #B5DD33: hue angle of 74.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5DD33 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 221 51 -
CMYK 0.18 0 0.77 0.13
HSL 74.12º 0.71% 0.53% -
HSV(B) 74.12º 0.77% 0.87% -
XYZ 45.51 61.78 12.66 -
YUV 189.66 49.75 121.82 -
System Red Green Blue C M Y K H S L
Decimal 181 221 51 0.18 0 0.77 0.13 74.12 0.71 0.53
Hex B5 DD 33 12 0 4D D 4A 47 35
Octal 265 335 63 22 0 115 15 112 107 65
Binary 10110101 11011101 110011 10010 0 1001101 1101 1001010 1000111 110101

Color Harmonies of #B5DD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DD33

Black with #B5DD33

Text Example


Text Example

White with #B5DD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DD33; }

 p { color: rgb(181,221,51); }

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

background-color css

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

 a { background-color: rgb(181,221,51); }

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

border-color css

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

 span { border-color: rgb(181,221,51); }

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