Html Css Color HEX #B2D02F Fuego

📋 copy color: '#B2D02F'

red 178 ◦ green 208 ◦ blue 47

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

Shades of Fuego #B2D02F

Tints of Fuego #B2D02F

RGB

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

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

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

R = 41.11%
G = 48.04%
B = 10.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#B2D02F (or 0xB2D02F) is known color: Fuego. HEX triplet: B2, D0 and 2F. RGB value is (178,208,47). Sum of RGB (Red+Green+Blue) = 178+208+47=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 47 (18.75% from 255 or 10.85% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D02F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D02F is #4D2FD0. Grayscale: #B5B5B5. Windows color (decimal): -5058513 or 3133618. OLE color: 3133618.

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

Color convert

RGB 178 208 47 -
CMYK 0.14 0 0.77 0.18
HSL 71.18º 0.63% 0.5% -
HSV(B) 71.18º 0.77% 0.82% -
XYZ 41.43 54.78 11.08 -
YUV 180.68 52.56 126.09 -
System Red Green Blue C M Y K H S L
Decimal 178 208 47 0.14 0 0.77 0.18 71.18 0.63 0.5
Hex B2 D0 2F E 0 4D 12 47 3F 32
Octal 262 320 57 16 0 115 22 107 77 62
Binary 10110010 11010000 101111 1110 0 1001101 10010 1000111 111111 110010

Color Harmonies of #B2D02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D02F

Black with #B2D02F

Text Example


Text Example

White with #B2D02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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