Html Css Color HEX #B2D72F Fuego

📋 copy color: '#B2D72F'

red 178 ◦ green 215 ◦ blue 47

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

Shades of Fuego #B2D72F

Tints of Fuego #B2D72F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.86%

 BLUE value IS 47 (18.75% from 255) = 10.68%

R = 40.45%
G = 48.86%
B = 10.68%

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

#B2D72F (or 0xB2D72F) is known color: Fuego. HEX triplet: B2, D7 and 2F. RGB value is (178,215,47). Sum of RGB (Red+Green+Blue) = 178+215+47=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 47 (18.75% from 255 or 10.68% from 440); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D72F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D72F is #4D28D0. Grayscale: #B9B9B9. Windows color (decimal): -5056721 or 3135410. OLE color: 3135410.

HSL color Cylindrical-coordinate representation of color #B2D72F: hue angle of 73.21º degrees, saturation: 0.68, 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 #B2D72F is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 215 47 -
CMYK 0.17 0 0.78 0.16
HSL 73.21º 0.68% 0.51% -
HSV(B) 73.21º 0.78% 0.84% -
XYZ 43.17 58.27 11.66 -
YUV 184.79 50.24 123.16 -
System Red Green Blue C M Y K H S L
Decimal 178 215 47 0.17 0 0.78 0.16 73.21 0.68 0.51
Hex B2 D7 2F 11 0 4E 10 49 44 33
Octal 262 327 57 21 0 116 20 111 104 63
Binary 10110010 11010111 101111 10001 0 1001110 10000 1001001 1000100 110011

Color Harmonies of #B2D72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D72F

Black with #B2D72F

Text Example


Text Example

White with #B2D72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D72F; }

 p { color: rgb(178,215,47); }

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

background-color css

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

 a { background-color: rgb(178,215,47); }

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

border-color css

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

 span { border-color: rgb(178,215,47); }

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