Html Css Color HEX #B8D528 Fuego

📋 copy color: '#B8D528'

red 184 ◦ green 213 ◦ blue 40

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

Shades of Fuego #B8D528

Tints of Fuego #B8D528

RGB

 RED value IS 184 (72.27% from 255) = 42.11%

 GREEN value IS 213 (83.59% from 255) = 48.74%

 BLUE value IS 40 (16.02% from 255) = 9.15%

R = 42.11%
G = 48.74%
B = 9.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#B8D528 (or 0xB8D528) is known color: Fuego. HEX triplet: B8, D5 and 28. RGB value is (184,213,40). Sum of RGB (Red+Green+Blue) = 184+213+40=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 40 (16.02% from 255 or 9.15% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D528 is #472AD7. Grayscale: #B9B9B9. Windows color (decimal): -4664024 or 2676152. OLE color: 2676152.

HSL color Cylindrical-coordinate representation of color #B8D528: hue angle of 70.06º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B8D528 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 213 40 -
CMYK 0.14 0 0.81 0.16
HSL 70.06º 0.68% 0.5% -
HSV(B) 70.06º 0.81% 0.84% -
XYZ 43.94 57.93 10.87 -
YUV 184.61 46.39 127.57 -
System Red Green Blue C M Y K H S L
Decimal 184 213 40 0.14 0 0.81 0.16 70.06 0.68 0.5
Hex B8 D5 28 E 0 51 10 46 44 32
Octal 270 325 50 16 0 121 20 106 104 62
Binary 10111000 11010101 101000 1110 0 1010001 10000 1000110 1000100 110010

Color Harmonies of #B8D528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D528

Black with #B8D528

Text Example


Text Example

White with #B8D528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D528; }

 p { color: rgb(184,213,40); }

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

background-color css

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

 a { background-color: rgb(184,213,40); }

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

border-color css

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

 span { border-color: rgb(184,213,40); }

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