#BFE510

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

Shades of Inch Worm #BFE510

Tints of Inch Worm #BFE510

Color information

#BFE510 (or 0xBFE510) is unknown color: approx Inch Worm. HEX triplet: BF, E5 and 10. RGB value is (191,229,16). Sum of RGB (Red+Green+Blue) = 191+229+16=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE510 is #401AEF. Grayscale: #C2C2C2. Windows color (decimal): -4201200 or 1107391. OLE color: 1107391.

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

Color convert

RGB19122916-
CMYK0.1700.930.10
HSL70.7º86.94%48.04%-
HSV(B)70.7º93.01%89.8%-
XYZ49.667.1510.84-
YUV193.3627.91126.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 229 (89.84% from 255) = 52.52%
BLUE value IS 16 (6.64% from 255) = 3.67%
R=43.81%
G=52.52%
B=3.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal191229160.1700.930.1070.786.9448.04
HexBFE5101105DA475730
Octal277345202101351210712760
Binary1011111111100101100001000101011101101010001111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE510; }

 p { color: rgb(191,229,16); }

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

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

 a { background-color: rgb(191,229,16); }

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

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

 span { border-color: rgb(191,229,16); }

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