#B7DB27

Color #B7DB27 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #B7DB27

Tints of Fuego #B7DB27

Color information

#B7DB27 (or 0xB7DB27) is unknown color: approx Fuego. HEX triplet: B7, DB and 27. RGB value is (183,219,39). Sum of RGB (Red+Green+Blue) = 183+219+39=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 39 (15.62% from 255 or 8.84% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DB27 is #4824D8. Grayscale: #BCBCBC. Windows color (decimal): -4728025 or 2612151. OLE color: 2612151.

HSL color Cylindrical-coordinate representation of color #B7DB27: hue angle of 72º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B7DB27 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB18321939-
CMYK0.1600.820.14
HSL72º71.43%50.59%-
HSV(B)72º82.19%85.88%-
XYZ45.2360.8811.29-
YUV187.7244.07124.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.50%
GREEN value IS 219 (85.94% from 255) = 49.66%
BLUE value IS 39 (15.62% from 255) = 8.84%
R=41.50%
G=49.66%
B=8.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal183219390.1600.820.147271.4350.59
HexB7DB2710052E484733
Octal267333472001221611010763
Binary10110111110110111001111000001010010111010010001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DB27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DB27; }

 p { color: rgb(183,219,39); }

 H1.HeaderClassName
 {
   color: #B7DB27;
 }
 .AnyTagClassName
 {
   color: #B7DB27;
 }
</style>
background-color css

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

 a { background-color: rgb(183,219,39); }

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

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

 span { border-color: rgb(183,219,39); }

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