Html Css Color HEX #B2D230 Fuego

📋 copy color: '#B2D230'

red 178 ◦ green 210 ◦ blue 48

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

Shades of Fuego #B2D230

Tints of Fuego #B2D230

RGB

 RED value IS 178 (69.92% from 255) = 40.83%

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

 BLUE value IS 48 (19.14% from 255) = 11.01%

R = 40.83%
G = 48.17%
B = 11.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#B2D230 (or 0xB2D230) is known color: Fuego. HEX triplet: B2, D2 and 30. RGB value is (178,210,48). Sum of RGB (Red+Green+Blue) = 178+210+48=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 210 (82.42% from 255 or 48.17% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D230 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D230 is #4D2DCF. Grayscale: #B6B6B6. Windows color (decimal): -5058000 or 3199666. OLE color: 3199666.

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

Color convert

RGB 178 210 48 -
CMYK 0.15 0 0.77 0.18
HSL 71.85º 0.64% 0.51% -
HSV(B) 71.85º 0.77% 0.82% -
XYZ 41.94 55.77 11.35 -
YUV 181.96 52.4 125.17 -
System Red Green Blue C M Y K H S L
Decimal 178 210 48 0.15 0 0.77 0.18 71.85 0.64 0.51
Hex B2 D2 30 F 0 4D 12 48 40 33
Octal 262 322 60 17 0 115 22 110 100 63
Binary 10110010 11010010 110000 1111 0 1001101 10010 1001000 1000000 110011

Color Harmonies of #B2D230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D230

Black with #B2D230

Text Example


Text Example

White with #B2D230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D230; }

 p { color: rgb(178,210,48); }

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

background-color css

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

 a { background-color: rgb(178,210,48); }

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

border-color css

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

 span { border-color: rgb(178,210,48); }

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