Html Css Color HEX #B0DF2F Fuego

📋 copy color: '#B0DF2F'

red 176 ◦ green 223 ◦ blue 47

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

Shades of Fuego #B0DF2F

Tints of Fuego #B0DF2F

RGB

 RED value IS 176 (69.14% from 255) = 39.46%

 GREEN value IS 223 (87.5% from 255) = 50%

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

R = 39.46%
G = 50%
B = 10.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#B0DF2F (or 0xB0DF2F) is known color: Fuego. HEX triplet: B0, DF and 2F. RGB value is (176,223,47). Sum of RGB (Red+Green+Blue) = 176+223+47=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 47 (18.75% from 255 or 10.54% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DF2F is #4F20D0. Grayscale: #BDBDBD. Windows color (decimal): -5185745 or 3137456. OLE color: 3137456.

HSL color Cylindrical-coordinate representation of color #B0DF2F: hue angle of 76.02º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0DF2F is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 223 47 -
CMYK 0.21 0 0.79 0.13
HSL 76.02º 0.73% 0.53% -
HSV(B) 76.02º 0.79% 0.87% -
XYZ 44.81 62.21 12.34 -
YUV 188.88 47.93 118.81 -
System Red Green Blue C M Y K H S L
Decimal 176 223 47 0.21 0 0.79 0.13 76.02 0.73 0.53
Hex B0 DF 2F 15 0 4F D 4C 49 35
Octal 260 337 57 25 0 117 15 114 111 65
Binary 10110000 11011111 101111 10101 0 1001111 1101 1001100 1001001 110101

Color Harmonies of #B0DF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DF2F

Black with #B0DF2F

Text Example


Text Example

White with #B0DF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DF2F; }

 p { color: rgb(176,223,47); }

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

background-color css

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

 a { background-color: rgb(176,223,47); }

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

border-color css

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

 span { border-color: rgb(176,223,47); }

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