#bee62b

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

Shades of Fuego #BEE62B

Tints of Fuego #BEE62B

Color information

#BEE62B (or 0xBEE62B) is unknown color: approx Fuego. HEX triplet: BE, E6 and 2B. RGB value is (190,230,43). Sum of RGB (Red+Green+Blue) = 190+230+43=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 230 (90.23% from 255 or 49.68% from 463); Blue value is 43 (17.19% from 255 or 9.29% from 463); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE62B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEE62B is #4119D4. Grayscale: #C5C5C5. Windows color (decimal): -4266453 or 2877118. OLE color: 2877118.

HSL color Cylindrical-coordinate representation of color #BEE62B: hue angle of 72.83º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEE62B is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB19023043-
CMYK0.1700.810.10
HSL72.83º78.9%53.53%-
HSV(B)72.83º81.3%90.2%-
XYZ49.9767.7212.72-
YUV196.7241.25123.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 230 (90.23% from 255) = 49.68%
BLUE value IS 43 (17.19% from 255) = 9.29%
R=41.04%
G=49.68%
B=9.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal190230430.1700.810.1072.8378.953.53
HexBEE62B11051A494f36
Octal276346532101211211111766
Binary10111110111001101010111000101010001101010010011001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bee62b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bee62b; }

 p { color: rgb(190,230,43); }

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

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

 a { background-color: rgb(190,230,43); }

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

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

 span { border-color: rgb(190,230,43); }

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