Html Css Color HEX #B5D234 Fuego

📋 copy color: '#B5D234'

red 181 ◦ green 210 ◦ blue 52

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

Shades of Fuego #B5D234

Tints of Fuego #B5D234

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.4%

 BLUE value IS 52 (20.7% from 255) = 11.74%

R = 40.86%
G = 47.4%
B = 11.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#B5D234 (or 0xB5D234) is known color: Fuego. HEX triplet: B5, D2 and 34. RGB value is (181,210,52). Sum of RGB (Red+Green+Blue) = 181+210+52=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D234 is #4A2DCB. Grayscale: #B7B7B7. Windows color (decimal): -4861388 or 3461813. OLE color: 3461813.

HSL color Cylindrical-coordinate representation of color #B5D234: hue angle of 71.01º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5D234 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 210 52 -
CMYK 0.14 0 0.75 0.18
HSL 71.01º 0.64% 0.51% -
HSV(B) 71.01º 0.75% 0.82% -
XYZ 42.72 56.16 11.84 -
YUV 183.32 53.89 126.35 -
System Red Green Blue C M Y K H S L
Decimal 181 210 52 0.14 0 0.75 0.18 71.01 0.64 0.51
Hex B5 D2 34 E 0 4B 12 47 40 33
Octal 265 322 64 16 0 113 22 107 100 63
Binary 10110101 11010010 110100 1110 0 1001011 10010 1000111 1000000 110011

Color Harmonies of #B5D234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D234

Black with #B5D234

Text Example


Text Example

White with #B5D234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D234; }

 p { color: rgb(181,210,52); }

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

background-color css

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

 a { background-color: rgb(181,210,52); }

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

border-color css

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

 span { border-color: rgb(181,210,52); }

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