Html Css Color HEX #B2D630 Fuego

📋 copy color: '#B2D630'

red 178 ◦ green 214 ◦ blue 48

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

Shades of Fuego #B2D630

Tints of Fuego #B2D630

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.64%

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

R = 40.45%
G = 48.64%
B = 10.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#B2D630 (or 0xB2D630) is known color: Fuego. HEX triplet: B2, D6 and 30. RGB value is (178,214,48). Sum of RGB (Red+Green+Blue) = 178+214+48=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 48 (19.14% from 255 or 10.91% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D630 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D630 is #4D29CF. Grayscale: #B8B8B8. Windows color (decimal): -5056976 or 3200690. OLE color: 3200690.

HSL color Cylindrical-coordinate representation of color #B2D630: hue angle of 73.01º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2D630 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 214 48 -
CMYK 0.17 0 0.78 0.16
HSL 73.01º 0.67% 0.51% -
HSV(B) 73.01º 0.78% 0.84% -
XYZ 42.94 57.77 11.68 -
YUV 184.31 51.07 123.5 -
System Red Green Blue C M Y K H S L
Decimal 178 214 48 0.17 0 0.78 0.16 73.01 0.67 0.51
Hex B2 D6 30 11 0 4E 10 49 43 33
Octal 262 326 60 21 0 116 20 111 103 63
Binary 10110010 11010110 110000 10001 0 1001110 10000 1001001 1000011 110011

Color Harmonies of #B2D630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D630

Black with #B2D630

Text Example


Text Example

White with #B2D630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D630; }

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

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

background-color css

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

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

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

border-color css

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

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

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