Html Css Color HEX #B5D02C Fuego

📋 copy color: '#B5D02C'

red 181 ◦ green 208 ◦ blue 44

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

Shades of Fuego #B5D02C

Tints of Fuego #B5D02C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.04%

 BLUE value IS 44 (17.58% from 255) = 10.16%

R = 41.8%
G = 48.04%
B = 10.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#B5D02C (or 0xB5D02C) is known color: Fuego. HEX triplet: B5, D0 and 2C. RGB value is (181,208,44). Sum of RGB (Red+Green+Blue) = 181+208+44=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D02C is #4A2FD3. Grayscale: #B5B5B5. Windows color (decimal): -4861908 or 2937013. OLE color: 2937013.

HSL color Cylindrical-coordinate representation of color #B5D02C: hue angle of 69.88º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B5D02C is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 208 44 -
CMYK 0.13 0 0.79 0.18
HSL 69.88º 0.65% 0.49% -
HSV(B) 69.88º 0.79% 0.82% -
XYZ 42.07 55.12 10.8 -
YUV 181.23 50.55 127.84 -
System Red Green Blue C M Y K H S L
Decimal 181 208 44 0.13 0 0.79 0.18 69.88 0.65 0.49
Hex B5 D0 2C D 0 4F 12 46 41 31
Octal 265 320 54 15 0 117 22 106 101 61
Binary 10110101 11010000 101100 1101 0 1001111 10010 1000110 1000001 110001

Color Harmonies of #B5D02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D02C

Black with #B5D02C

Text Example


Text Example

White with #B5D02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D02C; }

 p { color: rgb(181,208,44); }

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

background-color css

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

 a { background-color: rgb(181,208,44); }

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

border-color css

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

 span { border-color: rgb(181,208,44); }

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